.hero{
    width: 100%;
    height: 100%;
    background-color: #CAD2C5;
}
.box1{
    height: 550px;
    width: 100%;
    border-radius: 20px;
    background-color: #353535 !important;
}
.box2{
    height: 50px;
    width: 100%;
    border-radius: 10px;
    background-color: #353535 !important;
}
.box3{
    height: 150px;
    width: 100%;
    border-radius: 10px;
    background-color: #353535 !important;
    margin-top: 25px;
}
.search{
    margin-left: 20px;
    letter-spacing: 2px;
    color: #7e847b;
    text-align: start;
}
.p1{
    padding: 1rem !important;
}
.p2{
    padding: 2rem !important;
}
.p3{
    padding: 3rem !important;
}
.p4{
    padding: 4rem !important;
}
.p5{
    padding: 5rem 0 !important;
}
.p-6{
    padding: 5.5rem !important;
}
.navbar{
    background: #2F3D46 !important;
    height: 80px !important;
}
.fa-github{
    color: white !important;
    font-size: 40px !important;
    margin-left: 20% !important;
}
.text{
    color: white !important;
    font-weight: 300 !important;
    text-decoration: none;
    letter-spacing: 2px !important;
    margin: auto !important;
}


@media only screen and (max-width: 768px) {
    .text{
        display: none !important;
    }
}