@import url("https://fonts.googleapis.com/css?family=Lobster&display=swap");
body {
  background-image: url("../images/photo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 80vh;
  padding-top: 10vh;
  overflow: hidden;
  font-family: 'Lobster', cursive;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.from {
  font-family: 'Lobster', sans-serif;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.75;
  color: #212121;
  text-decoration: none;
}

.from:hover,
.from:focus {
  text-decoration: none;
  color: #212121;
}
