body{
    height: 100%;
}

#cover {
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 100px;
}

#logo {
    padding: 10px;
}

#logo img {
    max-width: 90%;
    height: auto;
}

h1 {
    font-size: 24px;
}