
/** General page styling **/

.full-home {
    width: 100%;
    height: 100vh;
    padding: 0!important;
    margin: 0!important;
    position: relative;
    background-color: #111111;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.full-home-logo {
    text-align: center;
    z-index: 9;
}

.full-home-logo img {
    width: 30%;
    height: auto;
}