html {
    scroll-behavior: auto;
}

body {
    margin: 0;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #333;
    min-height: 100%;
    background-position: center;
}

.header {
    padding: 30px;
    text-align: center;

}

.logo {
    width: 200px;
    height: 200px;
    z-index: 1;
}

.content {
    padding: 16px;
}

.content h2 {
    text-align: center;
}

.footer {
    text-align: center;
    padding: 10px;
}

.footer p{
    line-height: 1;

}

.footer a {
    text-decoration: none;
    color: black;
}
