body{
    background-image: url(Img/Township.jpg);
    color: rgb(13, 213, 249);
    font-family: 'Lato', sans-serif;
    
}
.name{
    text-align: center;
}
.item{
   
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    max-height: 500px;
    border: burlywood solid 5px;
    background-color: #3468717a;
    backdrop-filter: blur(5px);
    border-radius: 10%;
}
button{
    border: none;
    border-radius: 20px;
    cursor: pointer;
    padding: 15px;
    margin-top: 20px;

}
.start{
    background-color: blue;
    margin-right: 50px;
}

.reset{
    background-color: brown;
    margin-left: 50px;
}
button:hover{
    background-color: rgb(72, 216, 120);
}
.images{
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    padding: 20px;
    border-radius: 50%;
}
.hi{
    background-color: #ee67f37b;
    border-radius: 20%;
    border: black solid 5px;
    text-align: center;
    width: 18%;
    margin: 20px auto 10px auto;
    padding: 50px;
    display: flex;
    justify-content: space-evenly;
}
#emo{
    padding-top: 10px;
    background-color: #18645cee;
    border: 10px;
    color: #15e82a;
    font-weight: 600;
    border-style:inset ;
    border-color:#2f5e6690 ;
    max-width: 200px;
    height: 100px;
    margin: 20px auto 0 auto;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
}
.jas{
    border: #a6e4e7;
    background-color: rgba(103, 103, 191, 0.419);
    backdrop-filter:blur(8px);
    color: rgb(246, 144, 48);
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
    width: 300px;
    height: max-content;
    padding: 20px;
    border: rgb(148, 148, 231) solid 5px;

}
a{
    text-decoration: none;
    color: aquamarine;
}

@media (max-width:390) {
    .item{
    max-width: 300px;
    margin: 20px auto 20px auto;
    align-items: center;
    text-align: center;
   }
    .hello{
        display: flex;
        justify-content: space-evenly;
    }
    
    
}