body {
    background-color: black;
    display: flex;
    justify-content: center;
}

.container {
    position: absolute;
    top: 35%;
}

.text {
    font-family: 'Josefin Sans', sans-serif;;
    color: #FFF;
    font-size: 2em;
    margin: -5px 0px 0px 13px;
}

.color {
    height: 10px;
    width: 10px;
    transition: background-color 1s ease;
}

.column {
    display: inline-block;
    margin: 0;
}