body {
    margin: 0;
    padding: 0;
}
#content {
    background-image: url(../img/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
}
.logo h1 {
    font-size: 3em;
    line-height: 1.5;
    color:#fff;
    text-align: center;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 1em;
}