body{
    font-family: helvetica;
}
body::-webkit-scrollbar{
    background-color: rgb(92, 92, 92);
}

.hero-section{
    background: linear-gradient(rgba(0, 0, 0, 0.742), rgba(3, 17, 19, 0.681)), url('../img/me.jpg') center 1%;
    background-attachment: fixed;
    background-size: cover;
}