main{
    display:flex;
    justify-content: space-around;
    flex-flow: row wrap;
    gap:2em;
    margin: 1em;
}
span{
    text-align: center;
}
img{
    border:2px solid currentColor;
    border-radius: 5px;;
}
a {
    &:link,
    &:visited,
    &:link:active,
    &:visited:active {
        color: inherit;
        text-decoration: none;
        cursor: default;
    }
}