/*
Theme Name: Coming Soon
Description: Minimal coming soon placeholder theme.
Version: 1.1
*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.coming-soon {
    position: fixed;
    inset: 0;
    background: url('images/background.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: min(60%, 400px);
    height: auto;
}
