
body {
    margin: 0;
    padding: 0;
}

.titulo{
    margin: 15px;
    text-align: center;
}

.cuerpo{
    margin: 25px 70px;
    text-align: justify;
}

.blacku{
    background: black;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    width: 88%;
    height: 25px;
}

.white{
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    width: 88%;
    height: 25px;
}
.blu{
    background: #0653b6;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    width: 88%;
    height: 25px;
}

.imagen-bmw img {
    width: 80px;
    display: flex;
    position: absolute;
    right: 50px;
    top: 3px;
}