.condicao-fisica {
    display: grid;
    width: 100%;
    height: 100vh;
    align-items: center;
}

span.titles-2 {
    font-size: 4rem;
    margin-left: 8rem;
    font-family: 'Fredoka One', cursive;
    color: var(--primary-color);
    margin-top: 2rem;
}

.titles-2::after {
    content: " física";
    color: black;
}

.text-2 {
    font-size: 1.5rem;
    display: grid;
    width: 700px;
    height: auto;
    margin-left: 7.5rem;
    margin-top: 0.5rem;
    text-align: left;
    padding: 10px;
    z-index: 4;
}

.foto-gato-deitado {
    background-color: chartreuse;
    width: 780px;
    height: 400px;
    display: grid;
    align-items: center;
    justify-content: center;
    transform: translate(110%, -90%);
    z-index: 3;
}

.foto-deitado {
    width: 780px;
}

.container {
    background-color: var(--primary-color);
    display: flex;
    justify-content: space-around;
    width: 1903px;
    height: 400px;
    transform: translateY(-70%);
    place-self: center;
}

.simbolos-bola {
    width: 300px;
}

.escrita-simbol:hover {
    color: rgb(54, 119, 224);
}

.escrita {
    font-family: 'Fredoka One', cursive;
    color: white;
    font-size: 2rem;
    text-align: center;
    display: flex;
    width: 210px;
    justify-content: center;
    transform: translate(20%, -30%);
}