.logoholder {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoholder img {
    width: 400px; /* Set the width of the logo */
    max-width: 100%; /* Ensure it doesn't exceed the width of the screen */
    height: auto; /* Maintain aspect ratio */
}
footer { background: #000; color: #fff; font-size: 13px; position: absolute; left: 0; bottom: 0; width: 100%; padding: 15px 0; }
footer a { color: #fff !important; text-decoration: none; }
footer a:hover { color: #fff !important; text-decoration: underline; }