*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: none;
}

.container_header{
    width: 100%;
    height: 400px;
    background-image: url(apocalipsis.jpg);
    background-position: center;
    background-size: cover;

}


.container_title{
    margin-top: 10px;
    width: 100%;
    text-align: center;
}


.parrafo{
    font-family: 'Times New Roman', Times, serif;
    font-size: 5rem;

}

.container_reloj{
    width: 80%;
    margin: 0px auto;
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.container_reloj div{
    font-family: 'Times New Roman', Times, serif;
    font-size: 6em;
}



.container_profecia{
    width: 90%;
    height: 250px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    height: auto;
    word-wrap: break-word;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.profecia{
    font-family: 'Times New Roman', Times, serif;
    font-size: 3em;
    padding: 30px;
}

.container_footer{
    width: 100%;
    height: 300px;
    background-image: url(roca.jpg);
    background-size: cover;
}

 


