@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat.woff2') format('woff2');
}

body {
  background-color: black;
  margin: 150px;

  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
}

img {
  width: 50%
}

h1, h2, h3, h4, h5, h6 {
  color: #B2825B;
}

p {
  color: white;
  line-height: 150%;
}

a {
  color: #B2825B;
  text-decoration: none;
  transition: color 0.6s;
}

a:hover {
  color: white;
  transition: color 0.1s;
}
