*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body, html{
        background-color: black;

}

section#container{
    
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

section#logo {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#logo img{

    width: 50%;
}