body {
    background-image:url("bg.jpg");
    background-position:top;
    background-repeat:space;
    background-size:auto;
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    pointer-events: none;
}

h1 {
    font-weight: 700;
    font-size:40px;
    text-align: center;
    text-decoration: underline;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    text-decoration: underline;
}


p {
    font-weight: 700;
    font-size: 25px;
}

a {
    pointer-events: stroke;
}

footer {
    text-align: center;
}