@import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400..900;1,400..900&display=swap');
*{
    font-family: "Kufam", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth !important;
}
body{

    overflow-x: hidden;
    background-color: black !important;
}
nav.navbar.navbar-expand-lg{
    background-color: black;
}

nav.navbar.navbar-expand-lg.navbar-dark a{
    color:white;
    
}
.spacer{
    width:100px;
    height:20px;

}
.navbar-nav.mr-auto{

    margin:auto !important;
}
@media(max-width:991px){
    .spacer{
        display: none;
    }
}
.navbar-toggler{
    border:1px solid rgb(127, 126, 126) !important;
}
nav ul li{
    padding-left:15px;
    padding-right:15px;
    font-size: 20px;
}
main{
    min-height: 100vh;
    padding-top:70px;

}
.pravila{
    text-align: center;
    padding-top:100px;

}
.section1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height:100vh;
}


.spacer{
    width:117px;
    height:20px;

}


.pravila ul{
    font-size: 24px;
    font-weight: 400;
    color:rgb(190, 190, 190);
    margin:auto;
    max-width: 47ch;
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:20px;
}


h2{
    font-size: 72px;
    font-weight: 600;
    color:white;
    
    margin-bottom:50px;
}
@media (max-width:650px){
    h2{
        font-size: 62px;
    }
    p{
        font-size: 18px
    }
}
@media (max-width:460px){
    h2{
        font-size: 42px ;
    }
}
.btn{
    
    padding:5px 40px;
    border: 2px solid white;
    background-color: white;

    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    color:rgb(53, 53, 53) !important;

    margin:auto;
}
.zaBtn{
    
    width:fit-content;
    margin:50px auto;

}


h1{
    font-weight: bolder;
    font-size: xx-large;
    text-align: left;
    color:white;
}

p{
    color:white;
}