@media(min-width: 1366px) {
    body {
        background: #00091B;
        color: #fff;
    }
    @keyframes blink {
        0% {
            opacity: 1;
        }
        10% {
            opacity: 1;
        }
        25% {
            opacity: 0.3;
        }
        40% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            top: 20%;
            opacity: 0;
        }
        to {
            top: 100;
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeIn {
        from {
            top: 20%;
            opacity: 0;
        }
        to {
            top: 100;
            opacity: 1;
        }
    }
    .wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        animation: fadeIn 1000ms ease;
        -webkit-animation: fadeIn 1000ms ease;
    }
    h1 {
        font-size: 50px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        margin: 0;
        line-height: 1;
        font-weight: 700;
    }
    .dot {
        color: #db5050;
        animation: blink 2400ms infinite ease;
    }
    p {
        font-size: 20px;
        text-align: center;
        margin: 20px;
        font-family: 'owners-text', sans-serif;
        font-weight: 400;
    }
    .icons {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .icons a {
        display: inline-block;
    }
    .icons i {
        color: #00091B;
        background: #fff;
        height: 15px;
        width: 15px;
        padding: 12px;
        margin: 0 10px;
        border-radius: 50%;
        border: 2px solid #fff;
        transition: all 200ms ease;
        text-decoration: none;
        position: relative;
    }
    .icons i:hover,
    .icons i:active {
        color: #fff;
        background: none;
        cursor: pointer !important;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        text-decoration: none;
    }
    .logo {
        text-align: center;
        margin: 20px auto;
        transition: 0.2s ease-out;
    }
    .logo img {
        width: 150px;
        height: auto;
        margin: 0 auto;
    }
    .logo a:hover {
        opacity: 0.9;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    body {
        background: #00091B;
        color: #fff;
    }
    @keyframes blink {
        0% {
            opacity: 1;
        }
        10% {
            opacity: 1;
        }
        25% {
            opacity: 0.3;
        }
        40% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            top: 20%;
            opacity: 0;
        }
        to {
            top: 100;
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeIn {
        from {
            top: 20%;
            opacity: 0;
        }
        to {
            top: 100;
            opacity: 1;
        }
    }
    .wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        animation: fadeIn 1000ms ease;
        -webkit-animation: fadeIn 1000ms ease;
    }
    h1 {
        font-size: 40px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        margin: 0;
        line-height: 1;
        font-weight: 700;
    }
    .dot {
        color: #db5050;
        animation: blink 2400ms infinite ease;
    }
    p {
        font-size: 20px;
        text-align: center;
        margin: 20px;
        font-family: 'owners-text', sans-serif;
        font-weight: 400;
    }
    .icons {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .icons a {
        display: inline-block;
    }
    .icons i {
        color: #00091B;
        background: #fff;
        height: 15px;
        width: 15px;
        padding: 10px;
        margin: 0 10px;
        border-radius: 50%;
        border: 2px solid #fff;
        transition: all 200ms ease;
        text-decoration: none;
        position: relative;
    }
    .icons i:hover,
    .icons i:active {
        color: #fff;
        background: none;
        cursor: pointer !important;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        text-decoration: none;
    }
    .logo {
        text-align: center;
        margin: 20px auto;
        transition: 0.2s ease-out;
    }
    .logo img {
        width: 150px;
        height: auto;
        margin: 0 auto;
    }
    .logo a:hover {
        opacity: 0.9;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    body {
        background: #00091B;
        color: #fff;
    }
    @keyframes blink {
        0% {
            opacity: 1;
        }
        10% {
            opacity: 1;
        }
        25% {
            opacity: 0.3;
        }
        40% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            top: 20%;
            opacity: 0;
        }
        to {
            top: 100;
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeIn {
        from {
            top: 20%;
            opacity: 0;
        }
        to {
            top: 100;
            opacity: 1;
        }
    }
    .wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        animation: fadeIn 1000ms ease;
        -webkit-animation: fadeIn 1000ms ease;
    }
    h1 {
        font-size: 30px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        margin: 0;
        line-height: 1;
        font-weight: 700;
    }
    .dot {
        color: #db5050;
        animation: blink 2400ms infinite ease;
    }
    p {
        font-size: 18px;
        text-align: center;
        margin: 20px;
        font-family: 'owners-text', sans-serif;
        font-weight: 400;
    }
    .icons {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .icons a {
        display: inline-block;
    }
    .icons i {
        color: #00091B;
        background: #fff;
        height: 15px;
        width: 15px;
        padding: 10px;
        margin: 0 10px;
        border-radius: 50%;
        border: 2px solid #fff;
        transition: all 200ms ease;
        text-decoration: none;
        position: relative;
    }
    .icons i:hover,
    .icons i:active {
        color: #fff;
        background: none;
        cursor: pointer !important;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        text-decoration: none;
    }
    .logo {
        text-align: center;
        margin: 20px auto;
        transition: 0.2s ease-out;
    }
    .logo img {
        width: 120px;
        height: auto;
        margin: 0 auto;
    }
    .logo a:hover {
        opacity: 0.9;
    }
}

@media(max-width: 769px) {
    body {
        background: #00091B;
        color: #fff;
    }
    @keyframes blink {
        0% {
            opacity: 1;
        }
        10% {
            opacity: 1;
        }
        25% {
            opacity: 0.3;
        }
        40% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            top: 20%;
            opacity: 0;
        }
        to {
            top: 100;
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeIn {
        from {
            top: 20%;
            opacity: 0;
        }
        to {
            top: 100;
            opacity: 1;
        }
    }
    .wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        animation: fadeIn 1000ms ease;
        -webkit-animation: fadeIn 1000ms ease;
    }
    h1 {
        font-size: 20px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        margin: 0;
        line-height: 1;
        font-weight: 700;
    }
    .dot {
        color: #db5050;
        animation: blink 2400ms infinite ease;
    }
    p {
        font-size: 15px;
        text-align: center;
        margin: 20px;
        font-family: 'owners-text', sans-serif;
        font-weight: 400;
    }
    .icons {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .icons a {
        display: inline-block;
    }
    .icons i {
        color: #00091B;
        background: #fff;
        height: 15px;
        width: 15px;
        padding: 8px;
        margin: 0 10px;
        border-radius: 50%;
        border: 2px solid #fff;
        transition: all 200ms ease;
        text-decoration: none;
        position: relative;
    }
    .icons i:hover,
    .icons i:active {
        color: #fff;
        background: none;
        cursor: pointer !important;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        text-decoration: none;
    }
    .logo {
        text-align: center;
        margin: 20px auto;
        transition: 0.2s ease-out;
    }
    .logo img {
        width: 120px;
        height: auto;
        margin: 0 auto;
    }
    .logo a:hover {
        opacity: 0.9;
    }
}
