.lato-thin {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: italic;
}

body {
    margin: 0;
    font-family: 'Lato';
    font-weight: 300;
    background: linear-gradient(to bottom, #ffead8, #ffe6e1);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    max-width: 1200px;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
}

header {
    text-align: left;
}

header h1 {
    font-size: 8rem;
    font-style: italic;
    margin: 0;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

main {
    font-size: 1.2rem;
    line-height: 1.6;
}

main p {
    margin: 0;
}

a,
a:visited {
  color: black;
}

li {
  line-height: 1.4;
}
