@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    background-color: white;
    font-family: "Playfair Display", serif;
    background-color: #F2EFE9;
    color: #77624c;
}

.brooch-content {

    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.image-container {
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.detail {
    line-height: 1.2;
    padding-top: 20px;
}

@media(max-width:768px){
    .image-container img{
        width: 80%;
        height: auto;
    }
    .concept h1{
        font-size: 20px;
        margin: 20px auto;
    }
    .concept p{
        font-size: .8rem;
    }
}