* {
    box-sizing: border-box;
    font-family: "Playfair";
}

html,
body {
    height: 100%;
    font-family: "Playfair";
}

body {
    background: #021126;
    min-height: 100%;
}

.wrap {
    position: relative;
    height: 100%;
    min-height: 500px;
}


.landing {
    min-height: 1024px;
    width: 100%;
    height: 100%;
    margin-left: 0%;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: center 100px;
}

.landing table {
margin-top: 300px;
}

.landing button {
    background-color: #1D8D84;
    border: 0;
    border-radius: 40px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.23;
    padding: 40px 40px;
    position: absolute;
    text-transform: uppercase;
    color: white;
    text-align: center;
    bottom: 200px;
    left: calc(50% - 140px);
}

.game {
    min-height: 1024px;
    width: 100%;
    height: 100%;
    padding-top: 250px;
    text-align: center;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center 50px;
}

.questionButton,
.questionButton:focus,
.questionButton:active,
.questionButton:hover {
    background-color: #fff; 
    color: #4b2513;
    font-size: 25px;
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #4b2513;
    margin-top: 10px;
    width: 550px;
    text-align: center;
    outline: 0 !important;
    cursor: pointer;
}


.answerButton,
.questionButton:focus,
.questionButton:active {
    background-color: #71faed;
    color: #021126;
    font-size: 25px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 0;
    margin-top: 10px;
    width: 550px;
    text-align: center;
    outline: 0 !important;
    cursor: pointer;
  }

  .selected{
    background-color: #71faed;
    font-weight: bold;
    color: #021126;
    font-size: 25px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 0;
    margin-top: 10px;
    width: 550px;
    text-align: center;
    outline: 0;
    cursor: pointer;
    outline: none;

}



.result{
    min-height: 1024px;
    width: 100%;
    height: 100%;
    margin-left: 0%;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: center 100px;
    color: #fff;
    font-size: 40px;
    padding-top: 250px;
  }

  .restartButton,
  .restartButton:focus,
  .restartButton:active,
  .restartButton:hover {
    font-family: "Playfair"; color: #021126; background-color: #fff; border: 0;
    border-radius: 5px;
    font-size:20px;
  padding: 10px;
  outline: 0 !important;
font-weight: bold;
}


table{ font-family: "Playfair"; font-size: 25px; color: #fff; width: 80%; margin-left: 10%; font-weight: 100;}

.formInput{ 
    font-family: "Playfair";
    width: 100%;
    border: 1;
    border-color: #fff;
    border-radius: 15px;
    height: 50px;
    font-size:28px;
    outline: none;
    text-indent: 10px;
    margin-top: 8px;
    margin-bottom: 5px;
    background-color: #021126;
    color:white;
  }
  .formButton{ font-family: "Playfair"; color: #021126; background-color: #fff; border: 0;
    border-radius: 5px;
    font-size:20px;
  padding: 10px;
  
font-weight: bold;}

.formCheck{
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }