/*
Theme Name: Skyhook Logo
Description: Minimal theme with a logo
Version: 1.0
Author: Skyhook Interactive
*/

body {
    margin: 0;
    padding: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo {
    max-width: 400px;
    width: 100%;
    height: auto;
}
