html, body {
    height: 100%;
}

body {
    font-family: 'Nunito', sans-serif;
}

#info {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 100;
    display:block;
    color: white;
    font-weight: bold;
}

.btn-start {
    position: fixed;
    bottom: 14px;
    right: 14px;
    z-index: 600;
    cursor: pointer;
}

.btn-start span {
    padding-right: 10px;
}

.img-bg-overlay {
    height: 100vh;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/banner.jpeg') no-repeat top center;
}
