@font-face {
  font-family: 'Montserrat';
  src: url('Fonts/Montserrat-Black.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: black;
}
.main {
	color: 		#35a4dc;
}
.window
{
	display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
  box-shadow: 0 0 50px 10px #35a4dc;
}
.number {
  font-size: 2.2vw;
  text-align: center;
  margin: 0;
  margin-top: 5vh;
}
.title {
	  margin: 0;
  font-size: 2.1vw;

  text-align: center;
}
.content {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1.6;
  font-size: 1.1vw;
}

.content p {
	font-family: Montserrat;
  margin-bottom: 10px;
}
.next {
	  font-family: Verdana;
	font-size: 2vw;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.arrow-container {
	  margin-top: 40px;
	  margin-bottom: 40px;
  text-align: center;
}