body,html{
  background-color:#fff;
  color:#000;
  height:100vh;
  line-height:1;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:400;
  vertical-align:baseline;margin:0
}

#wrap{
  max-width: 500px;
  background-color: #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
}

#top{
  padding-top: 50px;
  text-align: center;
}

#bottom{
  padding-top:25px;
  text-align: center;
}

#buttons{
	display:flex;
  max-width:500px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.big-button{
	padding:20px;
	width:30%;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
  border-radius: 30px;
	display:blcok;
	text-align:center;
	background-color: #fce300;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif ;
	border: 2px solid #fce300;
  text-decoration: none;
	transition-duration: 0.4s;
}

.big-button:hover{
	color: #000000;
	background-color:#fff;
	text-decoration:none;
}

.clear{
  clear: both;
}