@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Staatliches&display=swap');

body {
  font-family: 'Staatliches', sans-serif;
  background: #000;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.home {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about {
  padding: 1rem;
  text-align: left;
  line-height: 1.5;
}

.about p {
  font-family: 'Poppins', sans-serif;
}

.container {
  padding: 0.1rem;
  text-align: center;
}

.container__image {
  width: 200px;
}

.container__title {
  font-size: 3rem;
  margin: 0 0 0.5rem 0;
}

.container__description {
  font-size: 1.8rem;
  margin: 0;
  color: darkred;
}

.container__button {
  cursor: pointer;
  background: darkred;
  outline: 0;
  border: none;
  color: white;
  margin-top: 1rem;
  border-radius: 4px;
  padding: 10px;
}

.container__navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

a {
  color: white;
  text-transform: uppercase;
}
