
@font-face {
    font-family: 'Futura Now Headline', sans-serif;
    src: url(../font/FuturaNowHeadlineThinItalic.ttf);
}
.container {
    max-width: 1830px; 
    padding: 0 5px;
    margin: 0 auto;
}
.logo {
    font-size: 60px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Futura Now Headline";
}
body {
    background-color: rgb(33, 33, 33) !important;
    font-family: "Futura Now Headline", sans-serif;
}

.frame {
    opacity: 0.851;
    border-radius: 50px;
    filter: drop-shadow(2.121px 2.121px 31px #000000);
    background-color: rgba(37,37,38,0.8509803921568627);
    border: 10px solid rgb(117, 115, 121);
}

html,body {height: 100%;}
.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.main {
    flex: 1 1 auto;
}
.header__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;

    max-width: 1930px;
    min-height: 100px;
    border-radius: 25px;
    filter: drop-shadow(2.121px 2.121px 3.5px rgba(0,0,0,0.35));
    background-image: linear-gradient(3deg, rgba(153,153,153,0.4) 0%, rgba(255,255,255,0.4) 100%);
}
.header__text {
    font-size: 60px !important;
}
.header__list {
    display: flex;
    grid-gap: 84px;
}
.header__logo {
    position: relative;
}
.header__logo p {
    padding-left: 62px;
}
.header__logo::after {
    content: '';
    position: absolute;
    background: url(../img/rules.jpg);
    width: 50px;
    height: 50px;
    top: 8px;
    left: 0;
    right: 0;
}
.header__link,
.header__text {
    font-size: 36px;
    color: #ffffff;
    font-weight: 800;
}

.footer {
    padding-bottom: 22px;
}
.footer__top {
    /*  чи точно позиціонування?? */
    position: relative; 
    margin-bottom: 15px;
}
.footer__top span {
    position: absolute;
    top: 40%;
    left: 218px;
    font-size: 24px;
    color: #ffffff;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__bottom-text {
    font-size: 24px;
    color: #999999;
}
.footer__list {
    display: flex;
    grid-gap: 45px;
}
.footer__link {
    font-size: 30px;
    color: #999999;
    font-weight: 800;
}

::-webkit-scrollbar {
    width: 15px; 
  }
  ::-webkit-scrollbar-track {
    background-color: #212121;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
    border-radius: 5px;
  }