.right-section {
    padding-top: 20px;
    transition: width 0.2s ease, height 0.2s ease, padding 0.2s ease, top 0.2s ease, left 0.2s ease, background-color 0.2s ease;
}

.right-section.overlayed {
    position: fixed;
    top: 0; left: 0;
    padding-top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: black;
    z-index: 1000;
 }

.trophy-button {
    background-color: rgba(0, 0, 0, 0.975);
    border: 1px dotted rgb(50, 50, 50);
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.trophy-img {
    width: 20px;
    opacity: 0.9;
}

