* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
  line-height: 1.5em;
  font-weight: 300;
}

.section {
  background: linear-gradient(#000000a2, #00000094);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Header */

.logo {
  width: 5rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header nav a {
  color: white;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 0.8em;
}

/* Welcome */

.welcome-section {
  height: 100vh;
}

.welcome-section .action-container .button {
  min-width: 250px;
}

.welcome-section .description {
  font-weight: 200;
  color: white;
  font-size: 1.2em;
  max-width: 900px;
  text-align: center;
  padding: 2rem;
}

/* About */

.about-section .about {
  width: 50%;
  min-width: 300px;
}

@media (max-width: 750px) {
  .about-section .about {
    width: 100%;
  }
}

/* Proramme */

.element {
  width: 400px;
  max-width: 100%;
  min-height: 400px;
}