*{
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: Lato;
  src: url('Lato.ttf');
}

#outer{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -80px;
}
#outer p{
	margin-top: 60px;
	font-family: Lato;
	font-color: black;
	font-size: 40px;
}
#circ{
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background: rgb(186, 16, 16);
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -61px;
}
#ring{
	position: absolute;
	height: 100px;
	width: 100px;
	border-radius: 53px;
	border: 3px solid rgb(186, 16, 16);
	top: 50%;
	left: 50%;
	margin-left: -53px;
	margin-top: -53px;
}
#load{
	animation-name : rota;
	animation-duration : 1s;
	animation-timing-function : ease-out;
	animation-iteration-count : infinite;
}
@keyframes rota {
	from{transform: rotateZ(0deg); }
	to{transform: rotateZ(360deg); }
}


#back{
  height: 9vw;
  width: 9vw;
  float: left;
  background-color: rgb(186, 16, 16);
  border-right: 0.1vw solid rgb(130, 16, 16);
}
#back:hover{
  background-color: rgb(130, 16, 16);
}
#back img{
  height: 8.5vw;
}
#head{
  height: 9vw;
  width: 100%;
  top: 0;
  background-color: rgb(186, 16, 16);
  border-bottom: 0.6vw solid rgb(130, 16, 16);
  position: fixed;
}
#head p{
  text-align: center;
  font-family: Lato;
  font-size: 8vw;
}
.box{
  width: 90vw;
  margin-left: 5vw;
  margin-top: 5vw;
  border-bottom: 0.3vw solid rgb(130, 16, 16);
  border-radius: 0.5vw;
}
.box p{
  font-family: Lato;
  font-size: 4.2vw;
}
.box img{
  height: 35vw;
  width: 90vw;
  margin-bottom: 3vw;
}
#one{
  margin-top: 13vw;
}
#bottom{
  height: 24vw;
  margin-top: 5vw;
  background-color: rgb(186, 16, 16);
  border-top: 0.2vw solid rgb(130, 16, 16);
}
#bottom img{
  height: 18vw;
  margin-top: 3vw;
  margin-left: 3vw;
  float: left;
}
#bottom p{
  font-family: Lato;
  font-size: 6vw;
  margin-top: 4.2vw;
  margin-left: 1.3vw;
  float: left;
}
a{
  text-decoration: none;
  color: black;
  font-family: Lato;
  font-size: 4vw;
}
.link{
  float: right;
  width: 30vw;
  text-align: center;
  height: 12vw;
  border-left: 0.1vw solid rgb(130, 16, 16);
}
.link:hover{
  background-color: rgb(130, 16, 16);
}
