@charset "UTF-8";

section#Home {
  height: 100vh;
  width: 100%;

  background: url("../img/home-bg.jpg");
  background-size: cover;
  background-position: right;
  background-attachment: fixed;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section#Home h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;

  font-size: 50px;
}

section#Home h1::before, section#Home h1::after {
  height: 3px;
  width: 100%;

  background-color: #fff;

  content: "";
  display: block;
}
