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

body {
    font-family: 'Schibsted Grotesk', sans-serif;
    background-color: rgb(36, 27, 161);
    color: rgb(0, 0, 0);
    font-size: 12pt;
    width: 80%;
    margin: auto;
    line-height: 2rem;
}

main {
    background-color: rgb(231, 231, 216);
    width: 80%;
    padding: 35px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 30px;
}

footer {
    background-color: rgb(231, 231, 216);
    width: 80%;
    text-align: left;
    padding: 35px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 30px;
}

h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 45pt;
    color: rgb(0, 134, 175);
    text-align: center;
    letter-spacing: 3px;
}

h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 28pt;
    color: rgb(0, 134, 175);
    text-align: left;
    letter-spacing: 2px;
}

p {
    font-size: 13pt;
}

img {
    width: 600px;
}

ul {
    font-size: 14pt;
}

a {
    color: rgb(27, 141, 218);
    font-weight: bold;
}

b {
    color: rgb(207, 34, 3);
}