.feed-imagem {
    width: 1200px;
    height: 1200px;
}

.storie-imagem {
    width: 1080px;
    height: 1920px;
}

.feed-imagem p {
    font-size: 49px;
    line-height: 0.5;
}

.storie-imagem p {
    font-size: 60px;
    line-height: 1;
}

.feed-imagem h1, .feed-imagem h2 {
    font-size: 96px;
}

.storie-imagem h1, .storie-imagem h2 {
    font-size: 130px;
}

.feed-imagem .tipo-animal, .feed-imagem .caso-animal {
    line-height: 1;
}

.storie-imagem .tipo-animal, .storie-imagem .caso-animal {
    line-height: 1;
}


.feed-imagem #animalImage {
    width: 500px;
    height: 500px;
}

.storie-imagem #animalImage {
    width: 700px;
    height: 700px;
}

.feed-imagem .logo-image {
    width: 109px;
}

.storie-imagem .logo-image {
    width: 200px;
}

.desaparecidos {
    background-color: #fe9d3f;
    background-image: url('pattern-super-opacidade.png');
    background-repeat: repeat;
    color: #042c4b;
    font-family: "League Gothic", sans-serif;
}

.imagem-post {
    background-size: 1200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imagem-post h1,  .imagem-post h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

.imagem-post h2 {
    color: #042c4b;
    text-transform: uppercase;
}

#animalImage {
    background-color: red;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
}

.image-text-container p {
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 0.8;
    letter-spacing: normal;
    color: #042c4b;
}

.tipo-animal, .caso-animal {
    margin: 0;
    color: #042c4b;
}

.animal-titulo-container {
    margin: 10px 0px;
    text-transform: uppercase;
}

.imagem-post .animal-titulo-container p {
    font-size: 90px;
}