@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(136, 170, 206);
    font-size: 13pt;
    width: 80%;
    margin: auto;
    line-height: 2rem;
}

header {
    background-color: beige;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px;
    font-size: 12pt;
    text-align: left;
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

main {
    background-color: beige;
    padding: 35px;
    box-shadow: 0px 2px 4px;
    width: 80%;
    border-radius: 10px;
    margin: auto;
}

footer {
    background-color: beige;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

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

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

p {
    font-size: 13pt;
}

img {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border: #cfcfcf67;
}

ul {
    font-size: 13pt;
}

a {
    color: rgb(24, 29, 175);
    font-weight: bold;
}

b {
    color: rgb(63, 85, 152);
}

i {
    color: rgb(63, 85, 152);
}

dfn {
    color: rgb(63, 85, 152);
}