body {
  background-color: black;
}
.main {
	color: white;
}
.warning {
	margin-top: 34vh;
  font-size: 1.7vw;
  text-align: center;
  background-color: #BA8E23;
}
.warning_sign
{
	width: 10%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.next {
	font-size: 2vw;
  color: white;
  text-decoration: none;
  background-color: #BA8E23;
  display: inline-block;
}
.arrow-container {
	margin-top: 40px;
  text-align: center;
}