* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

body {
    font-family: oswald, helvetica, arial, sans-serif;
    background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('../img/fondo.jpg');

    background-size: cover;
    background-attachment: fixed;
}

.texto {
    color: #fff;
    position: relative;
    text-align: center;
    padding-top: 10%;
}

.texto h2,
.texto h6 .texto p {
    background: rgba(0, 0, 0, .8);
    display: inline-block;
    padding: 10px 20px;
}

.texto h2 {
    font-size: 20px;
    letter-spacing: 2.5px;
    font-weight: normal;
}

.texto h6 {
    font-size: 20px;
    letter-spacing: 2.5px;
    font-weight: normal;
}

.texto p {
    font-size: 20px;
    letter-spacing: 2.5px;
}
