body {
    background-color: #fff;
    background-image: url("barcelona.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 1vw;
}

.main {
    background: rgba(255, 255, 255, 0.6);
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
    margin: auto 0 auto 0;
    width: 100%;
}
.main h1 {
    background: -webkit-linear-gradient(#75003F, #000000);
    font-size: 7em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.tick {
    width: 80%;
    font-size: 1rem;
    white-space: nowrap;
    font-family: arial, sans-serif;
}
.tick-flip,
.tick-text-inline {
    font-size: 2.5em;
}
.tick-char {
    width: 1.5em;
}
.tick-text-inline {
    display: inline-block;
    text-align: center;
    min-width: 1em;
}
.tick-text-inline+.tick-text-inline {
    margin-left: -.325em;
}
.tick-group {
    margin: 0 .5em;
    text-align:center;
}
.tick-text {
    font-family: "Lobster", sans-serif;
    font-style: normal;
    font-weight: 400;
}
.tick-text-inline {
    color: #595d63;
}
.tick-label {
    color: #595d63;
    margin-top: 1em;
    font-size: 1.5em;
}
.tick-flip-panel {
    color: #fff;
}
.tick-flip-panel-text-wrapper {
    line-height: 1.45em;
}
.tick-flip-panel {
    background-color: #3c3e3c;
}
.tick-flip {
    border-radius: 0.12em;
}
.tick-credits {
    display: none;
}
