﻿body {
    color: #c2c2c2;
}

h1 {
    color: #2b63bb;
    text-decoration: dotted;
    text-align: center;
    margin: 0px;
}

ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin: 0px;    
    padding:0px;
}

li {
    background-color: #2b63bb;
    margin-right: 2px;
    padding: 3px;
}

a {
    color: white;
    text-decoration: none;
}

    a:hover {
        color: white;
        text-decoration: underline;
    }

section {
    display:inline-block;
    width:70%;
}
article {
color:black;
}
aside {
    display:inline-block;
    width:20%;
    vertical-align:top;
    color:blueviolet;
}
footer {
    background-color:#e56fdf
}