#qpg-container {
    font-family: Arial;
}
#qpg-poster {
    position: relative;
    width: 600px;
    height: 800px;
    margin-bottom: 20px;
    background: #000;
}
#qpg-poster img {
    position: absolute;
}
#qpg-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#qpg-logo {
    top: 20px;
    left: 20px;
    width: 60px;
}
#qpg-circle {
    bottom: 150px;
    right: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
#qpg-quote-icon {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: #00f2ea;
}
#qpg-quote-text {
    position: absolute;
    bottom: 120px;
    left: 20px;
    right: 20px;
    color: white;
    font-size: 20px;
    text-align: center;
    font-family: Arial;
}
#qpg-player-name {
    position: absolute;
    bottom: 80px;
    left: 150px;
    font-size: 18px;
    color: black;
    background: #00f2ea;
    text-align: center;
    padding: 5px;
    resize: both;
    overflow: auto;
    min-width: 100px;
    min-height: 40px;
}
