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

body {
    font-family: 'Roboto', sans-serif;
    color: aliceblue;
    background-color: rgb(62, 36, 85);
    width: 70%;
    margin: auto;
    line-height: 21pt;
}

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

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

h1 {
    font-family: 'Righteous', cursive;
    font-size: 32pt;
    color: lightcoral;
    letter-spacing: 3pt;
}

h2 {
    font-family: 'Righteous', cursive;
    font-size: 25pt;
    color: lightcoral;
    letter-spacing: 3pt;
}

a {
    color: aliceblue;
}

img {
    width: 600px;
}

hr {
    height: 2px;
    background-color: aliceblue;
}

b {
    color: lightcoral;
}