
#logo{
    width: 100%;
    display: flex;
}

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

body{
    size: auto;
    background-color: rgba(144, 151, 119);
}

@media (min-width: 786px) {


    #logo{
        width: 40%;
        display: flex;
    }

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

    body{
       size: auto;
       background-color: rgba(144, 151, 119);
    }
}