div .red {
    height: 130px;
    width: 100%;
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
    padding-top: 50px;
    margin-top: 50px;
    display: inline-block;
    color: white;
    background-color: #B71C1C;
}