header {
    background-color: rgb(155, 224, 51);
    color: rgb(255, 255, 255);
}
body {
    background-color: rgb(85, 39, 39);
    color: rgb(0, 0, 0);
}
input {
    background-color: transparent;
    border-width: 2.5px;
    border-color: rgb(155, 224, 51);
    color: rgb(155, 224, 51);
}
.bnav {
    transition: all 0.5s ease;
    background-color: #942222;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-color: black;
}
.bnav:hover {
    background-color: rgb(255, 0, 0);
}
footer {
    background-color: rgb(155, 224, 51);
    color: rgb(255, 255, 255);
}
a {
    color: azure;
}
li {
    color: azure;
    align-self: center;
}