body{
    background-color: #f2f2f2;
}

a:hover{
    text-decoration: none;
    color: #b8c612;
}

a{
    color: #000000;
}

.w-15 {
    width: 15%!important;
}

.vh100 {
    height:100vh;
}