body, html {
    width: 100%;
    height: 100%;
}

body{
    margin: 0px;
    background-color: black;
    overflow: hidden;
}

#main{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo{
    width: 100%;
    height: 100%;
    max-width: 600px;
    background: url('../assets/draft-logo-16-01-2022-01.png') no-repeat;
    background-position: center;
    background-size: contain;
}