@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

*{
    box-sizing: border-box;
    margin: 0 0;
}

html{
    font-family: "Roboto", -apple-system, "Segoe UI", "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body{
    background-color: #1B1A1A;
}

.main-text{
    margin: 20px 30vw;
    padding-bottom: 40px;
}


.logo{
    text-align: center;
    padding-top: 8vh;
}

.center-img{
    display: block;
    margin: auto;
}

h1{
    margin-top: 50px;
    text-align: center;
    font-size: 40px;
    color: white;
    font-weight: 300;
}

.row{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.last{
    margin-top: 30px;
}

.boxh2{
    margin: 0 30vw 30px 30vw;
}

.direct{
    background-color: black;
}

.bi{
    margin-left: 10px;
}

#button{
    border-radius: 6px;
    background-color: #25E08B;
    color: rgb(0, 0, 0);
    padding: 18px 24px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    --tw-shadow: 0 -4px 30px -10px #76F2BA;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #76F2BA), var(--tw-ring-shadow, 0 0 #76F2BA), var(--tw-shadow);
}



h2{
    color: white;
    font-size: 30px;
    font-weight: 900px;

}

h3{
    color: white;
    font-size: 25px;
}

p{
    color: white;
}

.main-p{
    text-align: center;
    margin-top: 50px;
    font-weight: 600;
    font-size: 24px;
}

p a{
    text-decoration: none;
    color: white;
    font-weight: 800;
}

strong{
    font-weight: 600;
    color: white;
}

@media screen and (max-width: 830px) {
    .main-text{
        margin: 20px 10vw;
    }
    .boxh2{
        margin: 0 3vw 40px 3vw;
    }
    h1{
        margin-top: 35px;
        font-size: 30px;
    }
    h2{
        font-size: 30px;
    }
  }