* {
  box-sizing: border-box;
  font-family: "Noto Sans";
  margin: auto;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 224px;
  width: 100%;
  margin: auto;
  height: 100vh;
  background-image: url(./assets/567.jpg);
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-style: normal;
}

.header > h1 {
  font-style: normal;
  font-size: 55px;
  display: flex;
  text-align: center;
  color: #ffffff;
}

.header > p {
  font-style: normal;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  margin: 16px 0px;
}
