@font-face {
  font-family: 'White Storm';
  src: url('whitestorm.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@media screen and (min-width: 1026px) and (max-width: 3840px) {
  body {
    background-image: url("ch9desktopbackground.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
body {
  font-family: 'White Storm';
  color: #b9a44b;
}
input[type=text] {
  width: 150px;
  border-radius: 20px 20px 20px 20px;
}
#home {
    display: none !important;
}
#home2 { 
position: fixed;
  top: 2px;
  left: 5px; 
  width: 100px;
  height: auto;
}
#container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}
.question1, .question2, .question3, .question4, .question5 {
  font-size: 20px;
  text-align: center;
  padding: 10px;
  max-width: 300px;
  margin-bottom: 30px;
  background-color: rgba(50, 56, 90, 0.9);
  box-shadow:
    2px 2px 2px 5px rgba(206, 206, 206, 0.4),
    0 3px 2px 0 rgba(206, 206, 206, 0.5),
    0 0 5px 2px rgba(206, 206, 206, 0.75),
    0 0 15px 2px rgba(206, 206, 206, 0.75);
} 
.submit-box {
  font-family: 'White Storm';
  font-size: 30px;
  width: 100px;
  background-color: rgba(50, 56, 90, 0.9);
  box-shadow:
    2px 2px 2px 5px rgba(206, 206, 206, 0.4),
    0 3px 2px 0 rgba(206, 206, 206, 0.5),
    0 0 5px 2px rgba(206, 206, 206, 0.75),
    0 0 15px 2px rgba(206, 206, 206, 0.75);
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("ch9mobilebackground.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
#container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}
#home {
  display: block !important;
  position: fixed;
  top: 2px;
  left: 5px;
  width: 100px;
  height: auto;
  z-index: 10;
}
#home2 {
display: none !important;
}
.question1, .question2, .question3, .question4, .question5 {
  font-size: 20px;
  background-color: rgba(50, 56, 90, 0.9);
  margin: 5px;
  box-shadow:
    2px 2px 2px 5px rgba(206, 206, 206, 0.4),
    0 3px 2px 0 rgba(206, 206, 206, 0.5),
    0 0 5px 2px rgba(206, 206, 206, 0.75),
    0 0 15px 2px rgba(206, 206, 206, 0.75);
  max-width: 450px;
}
input[type=text] {
  width: 150px;
}
.submit-box {
  font-size: 15px;
  width: 100px;
  padding: 10px;
  background-color: rgba(50, 56, 90, 0.9);
}
}


@media screen and (min-width: 768px) and (max-width: 1025px) {
  body {
    background-image: url("ch9tabletbackground.png");
    background-size: cover;
    background-position: center;
  }
#home {
 display: block !important;
  position: fixed;
  top: 2px;
  left: 5px;
  width: 100px;
  height: auto;
  z-index: 10;
}
#home2 {
display: none !important;
}
#container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
}
.question1, .question2, .question3, .question4, .question5 {
  font-family: 'White Storm';
  font-size: 25px;
  max-width: 300px;
  margin-bottom: 35px;
  margin-top: 35px;
}
.submit-box {
  font-family: 'White Storm';
  font-size: 25px;
  width: 150px;
  height: 50px;
  background-color: rgba(50, 56, 90, 0.9);
}
input[type=text] {
  width: 145px;
}
}

