/* CSS Document */
.nav-link{
    text-decoration: none;
    color: black;
    text-decoration: none;
    
}
.nav-link:hover{
    color: white;
}
a{
    text-decoration: none;
}
.abtn{
    border-color: red;
}
.abtn:hover{
    
    
    background-image: linear-gradient(to top, darkred, yellow);
}
h3{
    color: red;
}
.card-footer{
    border: none;
   
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
 }
 .btn-outline-danger{
    color: black;
    background-image: none;
    outline-color: blue;
    outline-style: none;
 }
.menubtn{
    color: black;
    text-decoration: none;
}
.menubtn:hover{
    color:white;
}
.menubtn:avtive{
    color: black;
}