@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;
}
.gameLogo{
    width:700px;
    height: 500px;
    background-image: url(../img/ACLOGO.png );
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin:auto;
}
.mainText{
    font-size: 90px;
    font-weight: 700;
    color:white;
    text-align: center;

}
.mainWrapper{
    flex-direction: column;
    display: flex;
    align-items: center;

}
main{
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width:900px){
    .gameLogo{
        width:100%;

        height:300px;
    }

}
@media (max-width:700px){
    .gameLogo{
        width:100%;

        height:300px;
    }
    .mainText{
        font-size: 42px;
    }
    .mainWrapper{

        width:100%;
        margin: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 ;
    }
}
/*Dodaj novi strani*/
.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;
   
    flex:1;
    max-width: 200px;
}
.zaBtn{
    display: flex;
    gap:20px;
   
    justify-content: center;
   
    margin:50px auto;
 
}
@media(max-width:500px){
    .zaBtn{
        flex-wrap: wrap;
    }
}
.zaBtn .btn:nth-child(2){
    background-color: rgb(53, 53, 53);
    color:white !important;
    border:none;
}
 