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

body {
    background-color: rgba(112, 132, 245, 0.918);
    font-family: 'Roboto Condensed', sans-serif;
}

main {
    width: 70%;
    margin: auto;
}

footer {
    text-align: right;
    margin: auto;
    width: 70%;
}

nav {
    text-align: left;
}

h1 {
    font-size: 35pt;
    font-family: 'Bebas Neue', cursive;
    color: black;
    text-decoration: overline;
    text-decoration-thickness: 2pt;
    letter-spacing: 4px;
}

h2 {
    color: black;
    font-family: 'Bebas Neue', cursive;
    text-decoration: overline;
    text-decoration-thickness: 2pt;
    font-size: 24pt;
    letter-spacing: 4px;
}

img {
    width: 600px;
}