.background-color-1 {
  background-color: #001021;
}

.background-color-2 {
  background-color: #cf14c6;
}

body {
  letter-spacing: 1.5px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
}

img {
  object-fit: cover;
  width: 100%;
}
p {
  max-width: 900px;
}

i {
  font-size: 48px;
}

h1 {
  font-size: 64px;
  font-weight: normal;
  letter-spacing: 1.5px;
}

h2 {
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 1.5px;
}

a:hover {
  text-decoration: none;
}

.button-link-anchor {
  text-decoration: none;
}

.button-link {
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin: 20px auto;
}

#profile-photo {
  width: 300px;
  height: 300px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.fishtank-background {
  z-index: -2;
  position: fixed;
}

.vimeo_iframe {
  width: 100%;
  position: relative;
  height: 200px;
  margin: 15px 0 15px 0;
}

@media (min-width: 700px) {
  .vimeo_iframe {
    height: 400px;
  }
}
