main > section:first-of-type, footer {
    background-color: rgb(34, 39, 44);
}

nav, main > section:last-of-type {
    box-shadow: 0 0 0.5rem rgb(15, 15, 15);
}

.icon {
    width: 3em;
    height: 3em;
}
