
#logo{
    float:left;
    border-radius: 50%;
}

#jumboheader{
    background-color: #66CCFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#containerheader{
    max-width: 100%;
}

h1{
    font-size: 5rem;
    max-width: 80%;
}

h3{
    max-width: 80%;
}

#bodyP{
    text-align: center;
}

#main{
    max-width: 98%;
}

#bodyP{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background-color: #CCFFCC;
}

#list{
    max-width: 80%;
    margin:auto;
}

#headrow{
    background-color: #CCFFCC ;

}

@media (max-width:768px) {
    h1{
        display:none;
    }

    #containerheader{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}