@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Schibsted+Grotesk&display=swap');

body {

    font-family: 'Schibsted Grotesk', sans-serif;
    background-color: beige;
    width: 75%;
    margin: auto;
}

main {

    background-color: rgb(255, 255, 255);
    padding: 25px;
    width: 75%;
    margin: auto;
}

footer {

    padding: 25px;
    text-align: center;
    width: 75%;
    margin: auto;
}

h1 {

    font-family: 'Lilita One', cursive;
    font-size: 45pt;
    color: rgb(44, 136, 44);
    text-align: center;
    letter-spacing: 3px;
}

h2 {

    font-family: 'Lilita One', cursive;
    font-size: 25pt;
    color: rgb(44, 136, 44);
    text-align: left;
    letter-spacing: 2px;
}

p {

    font-size: 13pt;
}

ol,
ul {

    font-size: 14pt;
}


dt {

    font-size: 17pt;
    letter-spacing: 1px;
}

dd {

    font-size: 13pt;
    line-height: 2rem;
}

a {

    color: rgb(38, 104, 165);
    font-weight: bold;
}

b {

    color: rgb(44, 136, 44);
}