@font-face {
    font-family: "OmnesWeb";
    src: url(Omnes-Regular.otf) format("opentype");
}

@font-face {
    font-family: "OmnesWeb";
    font-weight: 100;
    src: url(Omnes-Light.otf) format("opentype");
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #14171f;
    font-family: OmnesWeb, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #ffffff;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo__img {
    background-image: url(logo.svg);
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    position: relative;
}

.logo__caption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -50px;
}

.logo__contact {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -75px;
}