﻿.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.title {
    font-family: Subscribe !important;
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.tooltip-arrow,
.custom-tooltip + .tooltip > .tooltip-inner {
    background-color: #00ffe8;
    font-size: x-large;
    color: black;
}

@media screen and (max-width: 1366px) {
    .title {
        display:none;
    }

    .centered {
        width: 100vw;
        height: 100vh;
    }
}
