.container-fluid{
    
}
.row{
    gap: 30px;
    padding: 20px;
    width: 70%!important;
    margin: auto!important;
}
.top{
    padding-top: 80px!important;
}
header a{
    color: black;
}
.col{
    background-color: whitesmoke!important;
    height: 15vh!important;
    color: black;
    border-radius: 10px;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 2px 0px 10px 0px black;
    transition: 2s;
}
.icon{
    font-size: 30px;
    margin-top: 25px;
}
h5{
    font-size: 25px!important;
    align-items: center;
    margin: 20px!important;
}
.col:hover{
    color: wheat;
    box-shadow: 1px 5px 10px 0px black;
}
@media screen and (max-width: 900px) and (min-width: 600px){
    .row{
        width: 100%!important;
        
    }
    
}
@media screen and (max-width: 600px) and (min-width: 300px){
    .row{
        width: 100%!important;
        gap: 10px;
    }
    .col{
        width: 10%!important;
    }
    h5{
        font-size: 12px!important;
    }
    
}