/* Hi welcome to my css : )
Its so good I know, but lemme cook! */
body {
    color: white;
    background: black;
}

.content {
    color: black;
}

.main-cont-style {
    background: blue;
    width: 100%;
}

.main-info-container {
    background: orange;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%); /* I cast internet! */
    width: 69%; /* Nice */
    corner: round;
    border-radius: 20px;
    padding: 20px;

}

.moveit {
    background: #2c0b0e;
    position: absolute;
    top: 56%;
    left: 20%;
    transform: translate(-50%);
}


/* Shitty fucking header and footer crap */

.shitty-footer {
    background: #2c0b0e;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.cool-navbar {
    background: red;
}