body {
    background-color: skyblue;
}

nav {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.icon {
    border: solid 1px black;
    border-radius: 4px;
    padding: 5px;
    background-color: aqua;
    display: inline-block;
}

.smalltext {
    font-size: 10pt;
}

article {
    background-color: lightgreen;
    box-shadow: 5px 2px blue;
    margin: auto;
    margin-top: 10px;
    width: 50%;
    padding: 10px;
    border-radius: 5px;
}

.navlink {
    text-decoration-line: none;
    color: blue;
}

#home {
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}