body {
    margin: 0;
    font-family: Gothic;
    background-color: #000000;
    
}

.logo-container img {
    max-width: 100px;
    height: auto;
text-align: center;
}

main {
    padding: 40px;
    text-align: center;
}

h1 {
    color: #000000;
}

footer {
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}