body {
    margin: 0;
    background-color: rgb(0, 151, 255);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    justify-items: center;
    color: white;
}

header {
    background-color: black;
    width: 20em;
    text-align: center;
    margin: 0.2em 0 0.2em 0;
    border-radius: 8px 8px 0 0;
}
header h1 {
    font-size: 1em;
    margin: 0;
    font-weight: 100;
    padding: 0.5em;
}
header h1 span {
    color: aquamarine;
    font-style: italic;
}

figure {
    width: 20em;
    height: 14em;
    align-content: center;
    margin: 0;
    border-radius: 0 0 8px 8px;
    background-color: #2e2d2d;
}
figure div {
    text-align: center;
    width: fit-content;
    height: fit-content;
    margin:auto;
}
figure div img {
    width: 18em;
    border-radius: 1em;
}

main {
    width: 20em;
    text-align: center;
    background-color: black;
    border-radius: 8px;
    padding: 1em 0;
}
main div {
    width: fit-content;
    margin: auto;
}
main div img{
    width: 2.7em;
    margin: 0 0.2em;
}
main div .share {
    width: 1.3em;
}

main section {
    display: flex;
    align-items: center;
    justify-content: center;
}
main section input {
    width: 15em;
    margin: 0 1em;
}
main section img{
    width: 1.5em;
}

footer {
    border-radius: 8px;
    width: 20em;
    color: black;
    justify-items: center;
    background-color: black;
}
footer section {
    max-height: 10em;
    width: 18em;
    margin-bottom: 1em;
    overflow-y: auto;
    border: 2px solid #0f0;
    border-radius: 5px;
}
footer section a {
    text-decoration: none;
    color: white;
}
footer section a div{
    padding: 0.4em 0 0.4em 1em;
    margin: 0.3em 1em;
    background-color: rgb(163, 63, 0);
}
footer span{
    color: #0f0;
}
footer article img {
    width: 15em;
}