body {
    color: white;
    background-color: black;
    background-image: url("/images/purty_wood.png");
}

.flags-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}

.flag {
    width: 80%;
    max-width: 500px;
    text-align: center;
}

.flag-text {
    margin: 10px;
    text-align: center;
    font-size: 1.5em;
}

img.flag {
    border: 2px black solid;
    border-radius: 5px;
}