* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.overallWrapper {
    background: #ff0000;
}