* {
    padding: 0;
    margin: 0rem;
    box-sizing: border-box;
}



header{
    padding: 8rem;
    background-color: rgb(0, 0, 0);
}

header h1 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
  font-size: 7rem;
  color: white;
}

header h2 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  font-size: 2rem;
  margin-top: 1rem;
  color: rgb(253, 253, 253);
}