﻿html, body {
    margin: 0;
    padding: 0;
}

#background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

    #background img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }

#logoPart {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100vh;
    width: 100vw;
}
