body{
  margin:0;
  font-size:0;
}

.wrapper{
  background:white;
  width:750px;
  margin:0 auto;
}

#iframe-bottom {
  border:none;
  margin: auto;
  display: block;
}

.bottom-wrapper{
  height:140px;
}

.btn-select{
  padding:10px;
  margin-bottom:5px;
  background:darkgreen;
  color:white;
  display:block;
  border-radius:7px;
}

.btn-rev{
  padding:10px;
  margin-bottom:5px;
  background:rgb(238,96,0);
  color:white;
  display:block;
  border-radius:7px;
}

.btn-choice a{
  font-size:23px;
  color:white;
  text-decoration:none;
  text-align:center;
}


#footer{
  height:90px;
  background:#333F50;
}

#footer p{
  font-size:18px;
  color:white;
  text-align:center;
  margin-bottom:10px;
}

.logo{
  display:flex;
}

#footer-logo{
  width:180px;
  margin:0 20px 0 70px;
  display:block;
}

.facebook{
  width:43px;
  height:43px
}


