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

body {
    font-family: 'Roboto', sans-serif;
    background-color: beige;
    width: 70%;
    margin: auto;
    line-height: 21pt;
}

footer {

    text-align: center;
    width: 70%;
    margin: auto;
}

h1 {

    font-family: 'Righteous', cursive;
    font-size: 32pt;
    color: rgb(255, 68, 0);
    letter-spacing: 3pt;
}

h2 {

    font-family: 'Righteous', cursive;
    font-size: 25pt;
    color: rgb(20, 20, 20);
    letter-spacing: 3pt;
}

img {

    width: 250px;
}

hr {

    height: 2px;
    background-color: rgb(0, 0, 0);
}

b {

    color: #4A7613;
}