
.cardw75 {
    border-radius: 15px;
    background: rgba(255, 252, 241, 0.2);
    position: relative;
    top: 10px;
    left: 0px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

body {
    opacity: 1;
    width: auto;
    height: auto;
    background: url("/static/images/lobby-bg.jpg");
}

.lobby-title {
    color: antiquewhite;
    font-family: Merienda;
    font-size: 38px;
    font-weight: bolder;
}

.create-room-button {
    color: #0084a9;
    background: #e0bf2d;
    opacity: 0px;
    font-family: Merienda;
    font-weight: bold;
}

.card-title {
    color: antiquewhite;
    text-align: center;
    font-family: Merienda;
}

.card-text {
    color: antiquewhite;
    text-align: center;
    font-family: Merienda;
}

.user-image {
    opacity: 1;
    width: 60px;
    height: auto;
    border-radius: 100px;
}

.user-image-empty {
    opacity: 0.3;
    width: 60px;
    height: auto;
    border-radius: 100px;
    margin-left: 10px;
}

.ai-image {
    opacity: 1;
    width: 60px;
    height: auto;
    border-radius: 100px;
    margin-left: 10px;
}


.join-button, .watch-button {
    color: antiquewhite;
    border: gold;
    border-style: groove;
    font-family: Merienda;
    font-weight: bold;
}
