* {
    margin: 0;
    padding: 0;
}
body {
    background-color: black;
}
.container {
    width: 1680px;
}
.text-box {
    background-color: white;
    width: 550px;
    height: 417px;
    position: absolute;
    left: 1120px;
    top: 109px;
}
.oc-text {
    font-size: 14px;
    margin-left: 6px;
}
