@charset "UTF-8";

#container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.row {
    width: 300px;
}
.col {
    text-align: center;
    width: 280px;
}

#container dt {
    float: left;
}
