@import "/theme.css";

.background {
    position: absolute;
    top: 0;
    background: var(--main-color) url("/assets/bg-accent.webp") center space fixed;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    width: 100%;
    height: 100%;
}

.site-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    text-align: center;
    font-family: 'Motley', Helvetica, Arial, Lucida, sans-serif;
}
img {
    width: 50%;
    height: auto;
}
h1 {
    margin: 0;
    font-size: 5rem;
}
h2 {
    margin: 0;
}