#wrapper {
    display: flex;
    justify-content: space-around;
    font-family: sans-serif;
}

.container {
    background-color: lightyellow;
    border: none;
    border-radius: 4px;
    margin: 2px;
}

header {
    display: flex;
    justify-content: space-around;
}

main {
    display: flex;
    justify-content: space-around;
}

li {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

a {
    border: none;
    border-radius: 4px;
    background-color: yellow;
    margin: 2px;
    text-decoration: none;
    color: black;
}