body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    heightoverflow-y: scroll
}
::selection {
    transition: .3s;
    color: black;
    background-color: rgba(13, 185, 253, 0.2);
    display: inline-block;
    text-shadow: 0px 0px 2px rgba(13, 185, 253, 0.8);
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #d9d8d8;
  }
  
::-webkit-scrollbar-thumb {
    background-color: rgba(13, 185, 253, 0.5);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: rgba(142, 221, 253, 0.9);
}
.win11logo{
    width: 100%;
    height: 100%;
    border-radius: 10%;
    font-size: 0px;
    transition: .3s;
}
.win11logo>.block{
    width: 45%;
    height: 45%;
    display: inline-block;
    margin: 2% 2%;
    transition: .3s;
}
.win11logo>.block:nth-child(1){
    border-top-left-radius: 15%;
    background-color: rgba(96,203,253, 1);
}
.win11logo>.block:nth-child(2){
    border-top-right-radius: 15%;
    background-color: rgba(75,207,255, 1);
}
.win11logo>.block:nth-child(3){
    border-bottom-left-radius: 15%;
    background-color: rgba(54,191,255, 1);
}
.win11logo>.block:nth-child(4){
    border-bottom-right-radius: 15%;
    background-color: rgba(21,165,255, 1);
}
.win11logo:hover>.block:nth-child(1){
    background-color: rgba(90,219,255, 1);
}
.win11logo:hover>.block:nth-child(2){
    background-color: rgba(60,195,255, 1);
}
.win11logo:hover>.block:nth-child(3){
    background-color: rgba(54,191,255, 1);
}
.win11logo:hover>.block:nth-child(4){
    background-color: rgba(26,169,255, 1);
}
.win11logo1:hover{
    padding: 3px;
}
.homeSearch>.textInput{
    width: 64px;
    transition: .3s;
}
.homeSearch>.textInput:focus{
    width: 200px;
}
