body {
  background: #eee;
  font-family: 'Roboto', sans-serif;
}
.container_content {
  margin-top: calc( 50vh - 64px );
}
.container_title {
  font-size: 80px;
  color: #ccc;
  text-shadow: 0 0 6px #fff;
}
.container_contact:hover {
  text-decoration: none;
}