/*** Home ***/

#home {
    height: 100vh;
    width: 100vw;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#homeLogo {
    max-width: 400px !important;
}
