
#logo{
    width: 50px;
height: 50px;
}

.light-bg{
    background: brown;   
}

.font-color{
    color: white;
}

.head-foot-color{
    background-color: black;
}
.title{
    color: whitesmoke;
}

.comp-li{
    color: white;
font-style: oblique;
}

.style-q{
    color: brown;
    font-weight: bold;
}
.foot-color{
    color:wheat;
}

.head-color{
    color: wheat;
}
.text-size{
    font-size: xxx-large;
    font-weight: bolder;
    font-style: italic;
}

a{
    font-weight: bold;
    border-radius: 40px;
    font-size: 13px;

}
a{
    text-align: center;
}


