html{
    background:url(../imgs/rozes2.jpg) no-repeat center fixed;
    -webkit-backdrop-size: cover ;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main{
    margin-left: 15%;
    margin-right: 15%;
    min-height: 100%;
    background-color: rgb(210,180,140, 0.4);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1{
    padding-top: 5%;
    font-size: 30px;
    text-align: center;
    margin-top: 60px;
}

.subtitle{
    margin-top: 18px;
    text-align: center;
    font-size: 18px;
}

.content{
    padding-left: 15%;
    padding-right: 15%;
}

.title{
    line-height: 2.5;
    font-size: 25px;
    font-weight: bold;
}
.description{
    line-height: 1.4;
    font-size: 18px;
    padding-top: -10px;
}

.contacto{
    padding-top: 30px;
    text-align: center;
    line-height: 1.5;
}
.contacto1{
    font-weight: bold;
    font-size: 22px;
}
.contacto2{
    font-size: 18px;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    text-decoration: underline;
}