body {
  background-color: #f5f5ef;
}

.wrap {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.top {
  height: 50px;
  ;
}

.floatleft {
  float: left;
  width: 60%;
  height: 400px;
}

p {
  font-size: 90px;
}

.floatright {
  float: left;
  height: 400px;
  width: 40%;
}

.floatright img {
  width: 400px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

a:link,
a:visited {
  background-color: none;
  color: black;
  padding: 14px 25px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 3px solid black;
}

a:hover,
a:active {
  background-color: none;
}
