*{
   padding:0;
   margin: 0;
}

body{
    text-align: center;
    background-color: #F58A07;
    margin:0.3px ;
}
h3{
   
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 2px;
}
h2{
    font-size: 30px;
    font-weight: 700;
     color:wheat;
     text-shadow: #000000;
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
     margin: 3px;
}
    


.btn_container{
    display: flex;
    justify-content:center;
}

.btn{
    color: rgba(4, 4, 248, 0.801);
    height: 150px;
    width: 150px;
    border-radius: 10%;
    border: 3px solid white;
    background-color:#F9AB55;
    font-size: 8rem;       
    font-weight: 500;     
    text-align: center;   
    vertical-align: middle;
    display: flex;         
    justify-content: center;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin:0.3rem;
}

.reset{
    margin-top: 10px;
    border-radius: 5%;
    border: 1px solid black;
    padding: 8px;
    color: azure;
    background-color: black;
    font-family: 'Courier New', Courier, monospace;
}

.reset:hover{
    cursor: pointer;
}
