body{
    background-color: rgba(219, 255, 218, 0.726);
   
}

h1{
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

    font-weight: bold;
    font-style: normal;
    position: relative;
    bottom: -60px;


}


.container{
    
    gap: 25px;
    display: flex;
  justify-content: center;
  align-items: center;
    height: 50vh;
    margin-top: 0;
    margin-bottom: 0;
   
}



img{
   
    cursor: pointer;
    border-radius: 10px;
    
}

.container img:hover {
    transform: rotate(10deg);
    filter: brightness(0.7); 
    transform: scale(1.1);

}

p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 5px;
    font-size: 20px;
}

h2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 30px;
    margin-top: 0;
    margin-bottom:0px;

    position: relative;
    bottom: -60px;
  

}

.result{
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    top: -95px;
    flex-direction: column;
    margin-bottom: 0px;
}

.result >h3{
  color: green;
    font-weight: bold;
    font-family: cursive;
    text-align: center;
    font-size: 30px;
}



.scores{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap:60px;
    margin-top: 0px;

    position: relative;

    top: -100px;



}

.scores >h3{
    color: rgb(0, 0, 0);
      font-weight: bold;
      font-family: sans-serif;
      text-align: center;
      font-size: 20px;
  }