body {
  background: #222 url("https://i.imgur.com/EmqyvaV.png");
	background-attachment: fixed;
  background-position: center;
  background-size: 100%;
	color: #F9F2EF;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	line-height: 22px;
  }
  
a {
  color: #17ACF3;
  text-decoration: none;
  font-weight: bold;

  }
  
a:hover {
  color: #72E7F9;
  }

strong {
  color: #17ACF3;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Marhey', cursive;
}

b {
  color: #FEE18B;
}

em {
  font-weight: bold;
  font-size: 12px;
  color: #72E7F9;
  line-height: 10px;
}

#indent {
  padding-left: 30px;
}

.headers {
  font-size: 28px;
  color: #D4404C;
  font-family: 'Marhey', cursive;
  line-height: 25px;
  text-align: center;
}

.links {
  border-top: 1px solid #F9F2EF;
  background: rgb(238, 238, 238, 0.05);
  padding: 25px;
  list-style-type: none;
  text-align: center;
  }

.main {
  margin: 0 auto;
  width: 500px;
  background: rgb(10, 10, 10, 0.9);
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 15px 2px #FEE18B;
  }

.main-inner {
  padding: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  }
  
.main img {
  max-width: 100%;
  height: auto;
  }

button, .button {
  background-color: #FEE18B;
  border: 5px #F9F2EF;
  border-radius: 12px;
  color: #F9F2EF;
  padding: 15px 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px;
  cursor: pointer;
}

@media(orientation: portrait) {
    .main {
      width: 80%;
      }
  }