#preview {
    width: 343px;
    height: 240px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 16px 0px;
    color: rgb(102, 102, 102);
    margin-bottom: 24px;
    margin-inline-start: 16px;
    margin-inline-end: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 24px;
}
#img {
    width: 343px;
    height: 160px;
    background-size: cover !important;
    background-position: center !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#titleBox {
    width: 343px;
    height: 80px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}
#address {
    color:rgb(102, 102, 102);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: normal;
}
#displayname {
    font-size: 22px;
    font-weight: 700;
    color: black;
    margin-bottom: 0;
    line-height: normal;
}
.buttonContainer {
    width: 100%;
    text-align: right;
}