/* body{
    /* background-image: url("../../img/home.png"); /* The image used */
    /* background-color: #cccccc; /* Used if the image is unavailable */
    /* background-position: center; /* Center the image */
    /* background-repeat: no-repeat; /* Do not repeat the image */
    /* background-size: cover; */
    /* color: #1d0550; */
/* } */

.grid{
    /* width: 600px;
    height: auto;
    margin 0 auto;*/
    background-color: #fff;
    /* padding: 10px 50px 50px 50px;*/
    border-radius: 50px;
    border: 2px solid #cbcbcb;
    box-shadow: 5px 5px 5px #89c38c;
    padding: 10px;
}


.grid #question{
    font-size: 1.2em;
    font-weight: bold;
}

.buttons{
    margin-top: 3px;
}

.buttons div{
    margin-left: 3rem;
}

@media (max-width: 991.98px) {
  .buttons div{
      margin-left: 0.2rem;
  }
  footer{
    margin-top: 2rem;
    position: relative !important;
  }
}

#btn0, #btn1, #btn2, #btn3{
    background-color:#cbcbcb;
    width: 100%;
    font-size: 1.1em;
    color: #1d3c6a;
    border: 1px solid #1d3c6a;
    border-radius: 10px;
    margin: 10px 8px 10px 0px;
    padding: 10px 8px;
}

#progress{
    font-size: 1em;
    font-weight: bold;
}
#btn0:hover, #btn1:hover, #btn2:hover, #btn3:hover{
    cursor: pointer;
    /* background-color: #406d42; */
}

#btn0:focus, #btn1:focus, #btn2:focus, #btn3:focus{
    outline: 0;
}
