* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

#content {
    position: relative;
    color: white;
}

#content.default {
    background: url("../image.jpg");
}

#content.background {
    background: url("../background.jpg");
}

#text {
    font-family: 'Aribau Grotesk', sans-serif;
    font-weight: 900;
    font-style: normal;
    opacity: 0;
    line-height: 1.1;
}

#name {
    display: block;
}

.block {
    display: block !important;
}