
.c{
     color: white !important;
    transition: color 0.3s !important;
    text-transform: uppercase;
}
.c:hover{
     color: rgb(102, 19, 19)!important;
}

#head{
    height: 100dvh;
     background: linear-gradient(rgba(34, 32, 32, 0.767)),url('img/agency-1.jpg');
    background-position: center;
    background-size: cover;
}
.header-content{
     color: white;
     line-height: 70px;
}
.header-content h1{
    font-size: 70px;
     margin: 0 0 18px;
      font-weight: 900;
      text-transform: capitalize;
}
.header-content p{
    font-size: 26px;
    text-align: center;
}


.contentbutton{
    border-radius: 20%;

}

