body {
    background-color: #303030;
    color: white;
}

.elements {
    text-align: center;
    border: solid 1px white;
    padding: 15px;
}

.content {
    border: solid 1px red;
    height: 600px;
    width: 50%;
    transform: translateX(50%);
}