html {
  height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  background: url(/img/new-overlook.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.front {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -93px;
  margin-left: -297px;
}

.info {
  margin-top: 5px;
  text-align: center;
  font-family: Tahoma, Sans-Serif;
  font-size: 20px;
  letter-spacing: 13px;
  color: #050708;
}

.info a {
  margin-top: 0px;
  font-size: 14px;
  letter-spacing: 3px;
  color: #d9b451;
}

.full-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plan {
  position: relative;
  padding: 40px 60px 60px 60px;
  margin-left: 0;
  margin-right: auto;
  height: 100%;
  width: 50%;
  display: flex;
}

.stuff {
  position: relative;
  top: 100px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-family: tahoma, arial, sans-serif;
  font-size: 24px;
  color: #fff;
}

.stuff p {
  margin: 0;
  text-align: center;
}

.stuff p a {
  color: #fff;
  text-decoration: none;
}

.stuff p a:hover {
  text-decoration: underline;
}
