@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300&display=swap');

html {
  background: url(bg-error.jpeg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html {
  height: 100%;
  display: grid;
  color: #fff;
}

.content {
  width: 1170px;
  padding: 50px;
  margin: auto;
}

.separator {
  max-width: 90px;
  border-bottom: 3px solid #fff569;
}

.btn {
  text-align: right;
  margin-top: 100px;
}

a {
  font-size: 20px;
  color: #fff569;
  text-decoration: none;
  display: inline-block;
}

a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff569;
  margin-top: 5px;
}

span {
  display: inline-block;
}

span:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #f1353a;
  margin-top: -6px;
}

h1 {
  font-size: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 300;
  display: inline-block;
}

h2 {
  font-size: 20px;
  font-weight: 300;
}

p {
  font-size: 21px;
  line-height: 1.6;
  max-width: 670px;
  color: #3e3e46;
  margin-bottom: 50px;
}

@media (max-width: 1440px) {
  .content {
    width: 900px;
  }
}

@media (max-width: 1200px) {
  .content {
    width: 700px;
  }
}

@media (max-width: 850px) {
  .content {
    width: 500px;
  }
  .btn {
    text-align: left;
  }
  h1 {
    font-size: 40px;
  }
  p {
    font-size: 18px;
  }
  h2 {
    font-size: 18px;
  }
  a {
    font-size: 16px;
  }
  .separator {
    display: none;
  }
}

@media (max-width: 600px) {
  .content {
    width: 80%;
  }
  .btn {
    text-align: left;
  }
  h1 {
    font-size: 40px;
  }
  p {
    font-size: 18px;
  }
  h2 {
    font-size: 18px;
  }
  a {
    font-size: 16px;
  }
  .separator {
    display: none;
  }
}