#eventUI
{
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
    display: none;
    z-index: 70;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

#chestEventUIButton, #continueEventUIButton
{
    margin-top: 10dvi;
    font-size: 1.5dvi;
    width: 17dvi;
    height: 5dvi;
    align-items: center;
    align-content: center;
    color: white;
    background-image: url("../sprites/Button.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

#chestEventUIButton
{
    margin-top: 15dvi;
}

#appleEventUIButton
{
    margin-top: 15dvi;
    font-size: 1.5dvi;
    width: 20dvi;
    height: 6dvi;
    align-items: center;
    align-content: center;
    color: white;
    background-image: url("../sprites/Button.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

#cardEventUIButton
{
    width: 17dvi;
    height: 30dvi;

    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}