* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

html {
  background: url("../images/bg.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #eee;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Tahoma, Verdana,
    sans-serif;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 40px;
}

.infobox {
  width: 580px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

.title {
  color: #fff;
  font-size: 80px;
  font-weight: lighter;
  line-height: 0.8em;
  padding-bottom: 15px;
  padding-top: 15px;
  text-shadow: 2px 2px 10px #111;
}

.container {
  padding-top: 20px;
  width: 100%;
}

.picture,
.content {
  display: inline-block;
}

.picture img {
  width: 180px;
  border-radius: 4px;
}

.content {
  width: 330px;
  font-size: 18px;
  line-height: 1.3em;
  padding-left: 20px;
  vertical-align: top;
}

.contact {
  text-align: center;
  border-top: 1px solid #555;
  font-size: 16px;
  margin-top: 12px;
  padding-top: 15px;
}

.contact a {
  color: inherit;
  text-decoration: none;
}

.contact a:hover {
  color: #aaa;
}
