.giveawaysNotification {
    position: absolute;
    width: 2vh;
    height: 2vh;
    background-color: #ff4e4e;
    top: -1vh;
    right: -1vh;
    border-radius: 50%;
    box-shadow: inset 0 -0.156vw rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: Puffet;
    text-shadow: 0 0 0.260vw black;
    font-size: 1.4vh;
    display: flex;
    justify-content: center;
    color: white;
}