.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
    background-color: #FAFAF5;
}

main {
    flex: 1;
}

footer {
    padding: 16px;
    text-align: center;
}

.navigation .links {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 24px;
    color: inherit;
}

figure img{
    border: 4px solid #388E3C;
}