body {
    background-color: rgba(192, 162, 174, 1);
    font-family: 'Outfit', sans-serif;
}

.container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.artwork {
    width: 100%;
}

.description {
    background-color: rgba(40, 40, 40, 1);
    padding: 10px;
    color: white;
}

.button {
    display: flex;
    justify-content: center;
    background-color: rgba(230, 230, 230, 1);
    border: 1px solid rgba(160, 160, 160, 1);
    border-top: none;
    color: black;
    text-decoration: none;
}

    .button:hover {
        background-color: rgba(210, 210, 210, 1);
        color: rgba(185, 150, 15, 1);
    }

.logo {
    width: 50%;
    object-fit: scale-down;
    height: auto;
}

.btntext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 20px;
    padding-left: 5px;
    background: linear-gradient(180deg, rgba(230,230,230,1) 0%, rgba(220,220,220,1) 50%, rgba(210,210,210,1) 100%);
    border: 1px solid rgba(160, 160, 160, 1);
    border-radius: 50%;
    line-height: normal;
    font-size: 18px;
    font-weight: 500;
    color: rgba(120, 120, 120, 1);
}

.button:hover .btntext {
    background: linear-gradient(180deg, rgba(180,150,15,1) 0%, rgba(160,130,15,1) 50%, rgba(130,110,15,1) 100%);
    border-color: rgba(130,110,15,1);
    color: white;
}

.social-icons {
    background-color: rgba(40, 40, 40, 1);
    padding: 10px;
    color: white;
}
