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

body {
  background-color: black;
  color: white;
  width: 1200px;
  margin-left: auto;
  margin-top: 150px;

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

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

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

.container {
  position: absolute;
  max-width: 600px;
  margin: 0 auto;
}

#footer {
  padding: 100px 0;
  font-size: 11px;
}
