@import url('https://fonts.googleapis.com/css2?family=Mali:wght@700&display=swap');
body {
    background-color: rgb(64, 64, 64);
    transition: 0.700s;
}
.h {
    color: white;
    padding: 0.50%;
    display: flex;
    justify-content: center;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    text-align: center;
    display: flex;
    cursor: default;
    font-size: 500px;
}
::selection {
    background-color: yellow;
    color: black;
}
.hh {
    color: white;
    background-color: rgb(7, 211, 7);;
    justify-content: center;
    display: flex;
    font-size: 200%;
    margin-top: 10px;
    margin-left: 2%;
    padding: 0.50%;
    font-family: 'Mali', cursive;
}
.hr {
    color: white;
    background-color: orange;
    justify-content: center;
    display: flex;
    font-size: 200%;
    margin-top: 10px;
    margin-left: 2%;
    padding: 0.50%;
    font-family: 'Mali', cursive;
}
.hr:hover {
    background-color: rgb(150, 88, 11);
    cursor: pointer;
}

.hh:enabled:hover {
    background-color: rgb(6, 111, 6);
    cursor: pointer;
}



footer {
    position: fixed;
    top: 10px;
    left: 10px;
    font-family: 'Mali', cursive;
    /* margin-top: 22%; */
    border-bottom: 8px solid yellow;
    border-top: 2px solid yellow;
    border-left: 2px solid yellow;
    border-right: 2px solid yellow;
    border-radius: 50px;
    color: white;
    /* justify-content: center;  */
    /* text-align: center;  */
    /* margin-left: 100px;  */
    display: flex;
    /* background-color: rgb(25, 25, 25); */
    transition: 0.6s ease;
    border-radius: 10px;
    /* margin-bottom: auto; */
    /* text-decoration: none; */
    font-size: 30px;
    /* padding: 10px; */
 
}

.f { 
    position:fixed;
    top: 250px;
    width: 600px;
    height: 600px;
    margin-left: 60px;
    /* size: 100%; */
    /* top: 50%; */
    color: rgb(255, 208, 0);
    padding: 0.50%;
    /* box-shadow: 0 0 25px yellow; */
    /* justify-content: center; */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    -webkit-user-drag: none;
    /* text-align: center; */
    /* display: flex; */
    cursor: default;
    background-color: transparent;
    border-color: transparent;
    transition: 1s ease;
}

.div2 {
    font-family: 'Mali', cursive;
    justify-content: center;
    color: rgb(255, 255, 255);
    align-items: center;
    margin-top: 15%;
    display: flex;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    font-size: 40px;
}
.dark {
    position: fixed;
    top: 270px;
    left: 20px;
    font-family: 'Mali', cursive;
    /* justify-content: center; */
    color: rgb(255, 255, 255);
    background-color: rgb(50, 50, 50);
    background-size: cover;
    /* align-items: center;*/
    display: flex; 
    transition: 400ms ease;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    cursor: pointer;
    font-size: 30px;
    padding: 10px;
    border-radius: 10px;
}
.dark:hover {
    background-color: rgb(20, 20, 20);
    color: white;
    box-shadow: 0 0 50px black;
}
.light {
    position: fixed;
    top: 190px;
    left: 20px;
    font-family: 'Mali', cursive;
    /* justify-content: center; */
    color: rgb(0, 0, 0);
    background-color: rgb(202, 202, 202);
    /* background: size 10px; */
    /* align-items: center; */
    /* margin-top: 4%; */
    display: flex;
    transition: 400ms ease;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    cursor: pointer;
    font-size: 30px;
    padding: 10px;
    border-radius: 10px;
}
.light:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 50px white;
}
.light:active {
    box-shadow: 0 0 200px white;
}
button { 
    background-color: transparent;
    border-color: transparent;
    display: flex;
}

@media (min-width: 300px) and (max-width: 320px) {
    .f {
        position: fixed;
        top: 250px;
        height: 230px;
        width: 230px;
        size: 100px;
        left: 40px;
        padding: 0.25%;
    }
    .footer {
        font-size: 30px;
        border-radius: 5px;
    }
    .dark {
        position: fixed;
        top: 110px;
        left: 10px;
        font-size: 20px;
        padding: 4px;
        border-radius: 4px;
    }
    .light {
        top: 150px;
        left: 10px;
        font-size: 20px;
        padding: 4px;
        border-radius: 4px;
    }
 
}
@media (min-width: 320px) and (max-width: 400px) {
    .f {
        position: fixed;
        top: 230px;
        height: 230px;
        width: 230px;
        font-size: 220px;
        left: 70px;
        padding: 0.25%;
    }
    .footer {
        font-size: 30px;
        border-radius: 5px;
    }
    .dark {
        position: fixed;
        top: 110px;
        left: 10px;
        font-size: 20px;
        padding: 4px;
        border-radius: 4px;
    }
    .light {
        top: 150px;
        left: 10px;
        font-size: 20px;
        padding: 4px;
        border-radius: 4px;
    }
}
@media (min-width: 400px) and (max-width: 500px) {
    .f {
        position: fixed;
        top: 230px;
        height: 250px;
        width: 250px;
        font-size: 220px;
        left: 90px;
        padding: 0.25%;
    }
    .footer {
        font-size: 30px;
        border-radius: 5px;
    }
    .dark {
        position: fixed;
        top: 110px;
        left: 10px;
        font-size: 20px;
        padding: 4px;
        border-radius: 4px;
    }
    .light {
        top: 150px;
        left: 10px;
        font-size: 20px;
        padding: 4px;
        border-radius: 4px;
    }
}
@media (min-width: 500px) and (max-width: 768px) {
    .f {
        position: fixed;
        top: 230px;
        height: 350px;
        width: 350px;
        font-size: 300px;
        left: 250px;
        padding: 0.25%;
    }
    .footer {
        font-size: 30px;
        border-radius: 5px;
    }
    .dark {
        position: fixed;
        top: 110px;
        left: 10px;
        font-size: 20px;
        padding: 4px;
        border-radius: 4px;
    }
    .light {
        top: 150px;
        left: 10px;
        font-size: 20px;
        padding: 4px;
        border-radius: 4px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .f {
        position: fixed;
        top: 170px;
        height: 350px;
        width: 350px;
        font-size: 400px;
        left: 250px;
        padding: 0.25%;
    }
    .footer {
        font-size: 30px;
        border-radius: 5px;
    }
    .dark {
        position: fixed;
        top: 110px;
        left: 10px;
        font-size: 20px;
        padding: 4px;
        border-radius: 4px;
    }
    .light {
        top: 160px;
        left: 10px;
        font-size: 20px;
        padding: 4px;
        border-radius: 4px;
    }
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .f {
        position: fixed;
        top: 170px;
        font-size: 400px;
        left: 350px;
        padding: 0.25%;
    }
    .footer {
        font-size: 30px;
        border-radius: 5px;
    }
    .dark {
        position: fixed;
        top: 110px;
        left: 10px;
        font-size: 30px;
        padding: 4px;
        border-radius: 4px;
    }
    .light {
        top: 170px;
        left: 10px;
        font-size: 30px;
        padding: 4px;
        border-radius: 4px;
    }
}
@media (min-width: 1440px) {
    .f {
        position: fixed;
        top: 170px;
        font-size: 400px;
        left: 470px;
        padding: 0.25%;
    }
    .footer {
        font-size: 30px;
        border-radius: 5px;
    }
    .dark {
        position: fixed;
        top: 110px;
        left: 10px;
        font-size: 30px;
        padding: 4px;
        border-radius: 4px;
    }
    .light {
        top: 170px;
        left: 10px;
        font-size: 30px;
        padding: 4px;
        border-radius: 4px;
    }
}