.inicio {
    width: 100%;
    height: 200px;
    background-color: rgb(14, 14, 71);
    margin: auto;
    text-align: center;
    padding: auto;
    display: block;
    display: flex;
}

h1 {
    color: thistle;
    font-size: 50px;
    font-family: 'Times New Roman', Times;
    margin: auto;
    text-align: center;
}




a {
    background-color: rgb(53, 53, 94);
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: thistle;
    padding: 8px 15px;
    border-radius: 20px;
    margin: 5px;
    text-align: center;
}


.corpo {
    width: 100%;
    min-height: 100vh;
    background-color: thistle;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.card {
    width: 300px;
    min-width: 200px;
    height: 400px;
    background-color: rgb(14, 14, 71);
    border: 2px double 14, 14, 71;
    border-radius: 20px;
    padding: 20px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}




img {
    width: 110px;
    border: 5px solid rgb(0, 0, 48);
    border-radius: 50%;
    overflow: hidden;
    margin: 30px;
}

em {
    color: rgb(152, 131, 190);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}




footer {
    background-color: rgb(14, 14, 71);
    padding: 50px;
    margin: 0 auto;
    text-align: center;
    color: thistle;
    font-size: 15px;
}

/**


https://www.hipercultura.com/mitologia-grega-principais-mitos-da-grecia-antiga/