body {
    min-height: 100vh;
}

.about-me-all{
    max-width: 900px;
    margin: 10px auto;

}

.text-about-me{
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
    min-height: 380px;
    width: 100%;
}

.text-about-me p{
    text-align: justify;
    margin-bottom: 10px;
    line-height: 2em;
}

/*spams*/

.codar{
    font-style: italic;
    font-weight: bold;
    color: var(--rosa-muito-escuro);
}
