@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    background-color: #252424;
    color: #e8e7ea;
    font-family: 'Ubuntu', sans-serif;
}

a,
a:hover,
a:active,
a:focus {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    box-shadow: none;
    transition: none;
    animation: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    font-size: 1.3rem;
    color: #e8e7ea;
    text-align: center;
}

.main-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.recaptcha-info {
    margin-top: 10px;
}

.cookie-container {
    z-index: 101;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 500px;
    height: 380px;
    display: none;
    font-size: 1.5rem;
    background: #1e1e1e;
    color: #e8e7ea;
    border: 1px solid #8537ff;
    box-shadow: 0 10px 20px rgba(133, 55, 255, 0.4);
    border-radius: 30px;
}

.cookie-container .cookie-title {
    font-weight: 700;
    margin-bottom: -30px;
}

.cookie-btn {
    width: 94%;
    border: 1px solid #8537ff;
    background-color: #8537ff;
    border-radius: 30px;
    margin: 0 15px 20px 15px;
}

.cookie-btn:hover {
    border: 1px solid #a56dff;
    background-color: #a56dff;
}

.cookie-container p {
    margin: 0;
    padding: 25px;
    display: inline-block;
}

.cookie-container a {
    color: white;
}

.form-check-input {
    background-image: url("./../svg/checkbox.svg") !important;
}

.main-subpage-h1 {
    margin-bottom: 30px;
}

.main-subpage-h3 {
    margin-bottom: 15px;
}

.main-update-timestamp {
    color: #6c757d;
}

@media (max-width: 1199px) {

    .cookie-container {
        width: 96%;
        height: 600px;
        font-size: 2.2rem;
    }

    .cookie-btn {
        width: 96%;
        font-size: 2.2rem;
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .cookie-btn:hover {
        font-size: 2.2rem;
    }

    .main-subpage-h1 {
        font-size: 3.5rem;
    }

    .main-subpage-h3 {
        font-size: 3rem;
    }

    .recaptcha-info {
        font-size: 1.5rem;
    }
}
