#home {
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20px;
    background-image: url(/assets/images/background.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#homeLogo {
    max-width: 700px;
    margin: auto;
}