@font-face {
    font-family: Okta;
    src: url(./OktaNeue-Bold.ttf);
}

body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Okta;
    z-index: 1;
    color: white;
    height: 100vh;
    
}

.navbar{
    height: 15%;
}

*{
    scroll-behavior: smooth;
}

h1{
    font-size: 45px;
}

.bg-dark{
    background-color: black !important;
}

.icon {
    width: 35px;
    height: 35px;
}

.i1{
    width: 25px;
    height: 25px;
}

.py-4 {
    padding: 32px !important;
}

.container{
    max-width: 100%;
    background-image: linear-gradient(rgb(26, 26, 26) 0%, rgb(0, 0, 0) 100%);
}

.btn{
    color: white;
    width: 320px;
    border-radius: 500px ;
    border: gray 1px solid;
    padding: 10px 25px;
    transition: all 0.1s;
}

.btn:hover{
    border: white 1px solid;
    color: white;
}

form div{
    width: 320px;
    gap: 10px;
}

input {
    color: white;
}

.form-check-input:focus{
    border-color: green !important;
    box-shadow: none;
}

.form-check-input:checked{
    background-color: green !important;
    box-shadow: none;
}
