/* Body */
body{
    background-color: #ddd;
    font-size: 20px;
}

/* Main Content*/
#content {
    max-width: 60%;
    border: 1px solid darkgray;
    margin: 0 auto;
    padding: 50px; 
}

p{
    color: #035f9c;
    font-size: 1.3em;
}

hr{
    height: 3px;
    background-color: 035f9c;
    width: 80%;
    margin-top: 50px;
}

h1,h2,p{
    text-align: center;
}

#Logos {
    text-align: center;

}

img{
    width: 50%;
    margin: 50px auto;
}

#topics{
    line-height: 1.5em;
    margin: 0 auto; 
    width: 55%;
}

.list {
    list-style-type: none;
}

.background{
    background-color: #000;
    color: white;
}