*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    user-select: none;
    height: 100%;
    width: 100%;
}

body >h1{
    text-align: center;

    
}
#tempbox>h1{
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:900;
    font-style: italic;  
}


input[type="radio"]:checked {
    box-shadow: 0 0 0 3px rgb(26, 255, 0);
}

#box{
    width: 200px;
    border-radius: 100px;
    font-size: 30px;
    text-align: center; 
}

label{
    font-size: 20px;
    padding-top: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#radbtn{
    padding: 10px;
    background-color: rgb(207, 163, 218);
    border-radius: 500px;
    width: 300px;
    justify-content: center;
}
body{
    padding-top: 100px;
    height: 100%;
    width: 100%;
}
body >h1{
    font-size: 90px;
    color:rgb(255, 234, 0);

    
}
#tempbox{
    height:auto;
    width: 600px;
    background-color: rgba(240, 248, 255, 0.721);

}


@media screen and (min-width:692px) and (max-width:1261px){
body{
    padding-top: 30px;
}
}

@media screen and (min-width:600px) and (max-width:691px){
    body{
        padding-top: 30px;
        height: 100%;
        width: 100%;
    }
    body >h1{
        font-size: 60px; 
    }
}
@media screen and (min-width:400px) and (max-width:599px){
    body{
        padding-top: 30px;
        height: 100%;
        width: 100%;
    }
    body >h1{
        font-size: 50px;
        color: rgb(115, 255, 0);

        
    }
    #tempbox{
        height:auto;
        width: 400px;
        background-color: rgba(240, 248, 255, 0.721);

    }
}
@media screen and (min-width:250px) and (max-width:399px){
    body{
        padding-top: 30px;
        height: 100%;
        width: 100%;
    }
    body >h1{
        font-size: 35px;
        color: rgb(115, 255, 0);

        
    }
    #tempbox{
        height:auto;
        width: 300px;
        background-color: rgba(240, 248, 255, 0.721);

    }
    #radbtn{
        width: 250px;

    }
}