#bg_image{
    background-image: url("../img/paisaje_02.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}

#modify{
    font-size: 40px;
    font-family: 'Dancing Script';
    color: black
}
#subscription{
    font-size: 18px;
    color: #535353;
}

#subscription:hover{
    color: black;
}

.block-top-presentation{
    display: flex;
    justify-content: center;
    padding-top: 6rem;
}

.tittle-presentation{
    font-family: 'Dancing Script';
    color: #edd6d6;
    font-size: 100px;
    justify-content: center;
}

.block-central-presentation{
    display: flex;
    justify-content: center;
    padding-top: 5rem;
}

.subtitle-presentation{
    font-family: 'sans-serif';
    color: #edd6d6;
    font-size: 25px;
    justify-content: center;
}

.block-down-presentation{
    display: flex;
    justify-content: center;
    padding-top: 3rem;
}

.button-presentation{
    cursor: pointer;
    font-family: 'sans-serif';
    color: #edd6d6;
    font-size: 25px;
    justify-content: center;
    border: 2px solid #edd6d6;
    border-color:rgba(230,210,210,0.8);
    border-radius: 5px;
    padding: 5px 5px;
    background-color:transparent;
}

.button-presentation:hover{
    color: black;
    background-color: #727272;
}
