body {
  background-image: url(background.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-size: 24px;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 80vh;
}


.name {
  color: #34494c;
  font-family: Great Vibes;
  font-weight: normal;
  font-size: 4em;
}

.info {
  color: #34494c;
  font-family: Poppins;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
}

.footer {
  color: #34494c;
  font-family: Poppins;
  font-size: 0.7em;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (min-device-width : 0px) and (max-device-width : 1280px) {
  body {
    font-size: 14px;
  }
}
