@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Roboto:wght@300&family=Sigmar&display=swap');

body {
    background-color: #698B69;
}


main {
    width: 70%;
    margin: auto;
    font-size: 15pt;
}


p {
    font-family: 'Roboto', sans-serif;
}


h1 {
    font-size: 45px;
    text-align: center;
    font-family: 'Sigmar', cursive;

}


h2 {
    font-size: 40px;
    font-family: 'Amatic SC', cursive;
}