*{
    box-sizing: border-box;
    color: rgb(252, 252, 244);
}
body{
    background: rgb(46, 46, 46);
    margin-left: 30px;
}
#menu{
    width: 95%;
    height: 180px;
    background: rgb(14, 14, 14);
    margin: 10px;
    padding-left: 15px;
    
}
#menu h4,h1{
    color: rgb(255, 240, 173);
}
#abc{
    padding-top: 20px;
}
a{
    border: solid rgb(41, 12, 150) 2px;
    text-decoration: none;
    color: rgb(255, 255, 255);
}
#basen p{
    margin-left: 50px;
}

#footer{
 height: 50px;
 width: 400px;
 margin: auto;
}
a:hover{
    border: solid rgb(41, 12, 150) 2px;
    background: rgb(255, 255, 255) ;
    text-decoration: none;
    color: rgb(41, 12, 150);
    transition: 0.5s;
}
