@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body{
    background-color: #3d464d1f;
  
  
}
.web-dark {color: #3d464d !important;}
.bg-web-dark {background-color: #3d464d !important;}
.web-bold {font-weight: bold !important;}
.web-yellow {color: #ffd333 !important;}
.bg-web-yellow {background-color: #ffd333 !important;}

.manu{
    background-color:#ffd333;
  
    color:#3d464d;
}
.manu .col{
    padding: 8px 0px;
    border: #3d464d 1px solid;
}

.link{
    color: #3d464d;
    font-size: 20px;;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    
    
}
.link:hover{
    color: #000000;
    text-decoration: none;
    
}