@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400|Julius+Sans+One|Montserrat+Subrayada&subset=latin-ext');

body {
    margin: 0;
}

#home {
    background-image: url(../images/bg-image.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

.logo {
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 80px;
    color: #fff;
    line-height: 1;
    text-align: center;
    cursor: default;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100vh;
}