body {
  background-image: url('background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Merriweather', serif;
  color: white;
}

header {
  padding: 5vw;
  font-family: 'Roboto', sans-serif;
}

h1 {
  color: white;
  font-size: 10vw;
}

h3 {
  font-size: 3vw;
}

p {
  font-family: 'Merriweather', serif;
}

section {
  padding: 5vw;
  font-size: 3vw;
}

a {
  color: white;

  text-decoration: none;
}

.fa-brands {
  margin: 1vw;
}