
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #e0f7fa; 
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Eater", serif;
      
}

img.rounded-lg {
    max-width: 80%;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #00796b; 
    margin-bottom: 1rem;
}

p.montserrat-400 {
    max-width: 800px;
    line-height: 1.6;
    font-size: 1.1rem;
    text-align: center;
}


#likeButton {
    cursor: pointer;
    color: #ff6f61;
    font-size: 1.5rem;
    margin-left: 10px;
    transition: color 0.3s ease-in-out;
}

#likeButton.liked {
    color: #d32f2f; 
}
