body {
  background-image: url(bg.jpg);
  background-size: cover;
  background-position: center center;
  font-family: "Roboto", sans-serif;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  color: #090809;
}

.bg {
  background-color: #dbccaf;
  padding: 25px;
  border-radius: 35px;
  border: 7px solid #9d9380;
}

a {
  color: #090809;
}