.star-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 24px;
    background: transparent;
    border: none;
    color: #e9d8ae;
    cursor: pointer;
}

.star-btn:hover {
    color: #ee9b00;
}