/* Style background body */
body {
    background-image: url(../assets/images/paisaje.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Style  */
h1 {
    font-weight: bold;
}

/* Style parragraph */
.parragraph {
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
}

/* style button */
.buttonStyle {
    background-color: rgba(197, 195, 195, 0.5);
    border: none;
    color: #000;
    font-weight: bold;
    opacity: 0.8;
    width: 100%;
}

/* style jumbotron */
.jumbotronStyle {
    background-color: rgba(165, 243, 239, 0.336);
    margin-top: 3em;
    opacity: 0.7;
    text-align: center;
}