body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Playfair Display', serif;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main {
    background: #fffaf3;
    height: 100%;
}

p {
    font-size: 1.2rem;
    font-weight: 500;
}

a {
    text-decoration: none;
}

.my-container {
    /* background: #fffaf3; */
    height: 100%;
    max-width: 1900px;
}

.col, .row {
    margin: 0;
    padding: 0;
}

.img-bottles {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100vh;
}

.icon-link {
    width: 30px;
}

.text-section {
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.78); 
    box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.78);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.text-section-mobile {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(13%, 50%);
    background: #fffaf3;
    width: 80%;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.78);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.78);
    border-radius: 15px;
}

.desktop {
    display: none;
}

.mobile {
    display: block;
    position: relative;
}

.contact {
    color: #0039c0;
    text-decoration: underline;
}

.contact:hover {
    color: #0f57ff;
}
