* {
    padding: 0px;
    margin: 0px;
}



body {
    background-color: darkmagenta;
    font-family: 'Courier New', Courier, monospace;
}

.titlebar {
    color: aliceblue;
    text-align: center;
    padding: 10px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.container div {
    width: 200px;
    color: aliceblue;
    margin: 10px;
}
