body {
    font-family: Arial;
    background-color: #EEFABD;
    text-align: left;
    color: #263B6A;
}

header {
    background-color: #A0D585;
    color: #36064D;
    padding: 20px;
    text-align: center;
}

h2 {
  color: #6984A9;
}

section ul, ol {
    text-align: left;
    display: inline-block;
    line-height: 1.8;
    font-size: 16px;

}

.about {
    width: 30%;
}


footer {
    padding: 10px;
    color: Black;
}