img{
max-width: 30%;
  height: auto;
}

body{
    text-align: center;
    background-color:#FFEE8C;
}

button{
    display: block;
  margin: 0 auto;
      border-radius: 10px;
    font-size: 1.5vw;
    background-color:#ffdb8c;
}

button:hover{
  background-color:#ffee8c;
}
h1{
  font-size: 4w;
}

h3{
  font-size:1.8vw;
}

h4{
  font-size: 1.5vw;
}

p{
  font-size: 1.5vw;
}

div{
  margin-bottom: 0;
}

form{
  font-size: 1.5vw;
}

a {
    text-decoration: none;
}

#correct{
  color:green;
}

#wrong{
color:red;
}