@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/fonts/ubuntu.woff2) format('woff2');
}

html {
    overflow-x: hidden;
}

body {
    color: #ffffff;
    text-align: center;
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}

main {
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 120%;
}

small {
    font-weight: normal;
    opacity: 0.5;
}

.separator {
    height: 10px;
    background-color: #000000;
}

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.parallax-caption {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100vw;
    background: #000000;
    background: radial-gradient(circle,rgba(0, 0, 0, 0.79) 20%, rgba(0, 0, 0, 0) 65%);
}

.parallax-1 {
    background-image: url('/images/main-server.jpg');
}

.parallax-2 {
    background-image: url('/images/server-stack.jpg');
}

.parallax-3 {
    background-image: url('/images/faders-switch-pcb.jpg');
}

