html {
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #8599A8;
    margin: 30px 15px 0px 15px;  
    /* Top  Rig Bot Lef */    
}

table {
    width: 100%;
    background-color: #364552;
    color: white;
    padding: 1rem 1rem;    
}

table h1 {
    transition: color 0.3s ease;
    color: #fff;
    text-decoration: none;

}

table h1:hover {
    color: cornflowerblue;
}

table h1 {
    font-size: 16px;
    text-align: center;
}

h1{
    color: white;
    text-align: center;
}

#titulo h1 {
    font-size: 3rem;
    text-align: center;
}


#texto {
    color: #fff;
    font-size: 1.5rem;
    text-align: justify;
    padding: 2rem 1rem;
}

.container {
    width: 80%;
    margin: 0px auto;
}

section article {
    transition: box-sadow 0.3s ease;
    background-color: #fff;
    margin: 1rem 0px;
    border-radius: 0.8rem;
    padding: 0.25rem 0.25rem;
    text-align: justify;
    /* cursor: pointer; */
}

section article:hover {
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.3);

}

section article h2,
section article p {
    margin: 1rem;
}

footer {
    background-color: #222;
    padding: 1rem;
    color: #fff;
}

footer section {
    float: right;
}

footer p {
    margin: 0px;
}

footer a {
    transition: color 0.3s ease;
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: cornflowerblue;
}