.btn{
    background-color: #22B7C0;
    border-radius: 30px;
    color: white;
    font-size: 1.3rem;
    padding: 10px 35px;
}

.nav-link{
    font-size: 1.3rem;
}

.hero-section{
    min-height: 100vh;
    /* opacity: 0.9; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
}

body{
    background-color: #0E0D0D;
}

p{
    color: #c5c5c5;
}

footer{
    color: white !important;
}

footer a {
    color: white !important;
    text-decoration: none;
}

input[type=text]{
    width: 100%;
    background-color: #1F1F1F;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px;
}

textarea{
    width: 100%;
    background-color: #1F1F1F;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px;
}

.form{
    text-align:left;
}

.form label{
    margin-bottom: 5px;
    margin-top: 20px;
}