@import (
  "https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap"
);

body {
  font-size: 16px;
}

.full {
  position: relative;
  width: 100%;
  min-height: 70vh;
  background: url("./images/background_leather.jpg")
    center / cover;
}

.h1 {
  margin: 0;
  position: absolute;
  top: calc(80% - 0.5em);
  width: 100%;
  text-align: center;
  line-height: 1;
  color: white;
  font-size: 5vw;
  font-family: "Montserrat", sans-serif;
  text-shadow: 5px 5px 0 #888;
}

section {
  padding: 2rem 0;
  text-align: center;
}

section h2 {
  font-size: 4vw;
  font-family: "Montserrat", sans-serif;
}

