body{
  background-color: #ff6c00;
  text-align: center;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
}

a{
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
}

.logo{
  width: 45%;
}

.bottom{

}

/* 768- */
@media only screen and (max-width: 768px){
  .logo{
    width: 70%;
  }
}
