header{
    background: linear-gradient(90deg, #121212, #3B3C36);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

header > img{
    height: 125px !important;
}

html, body{
    background-color: #3B3C36;
    margin: 0;
    padding: 0;
}

main{
    display: flex !important;
    flex-direction: column;
    width: 100%;
}

footer{
    background: linear-gradient(90deg, #3B3C36, #121212);
    width: 100%;
    text-align: center;
    color: white;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 20vh;
}