body {
    overflow-y: hidden;
}

main {
    position: relative;
}

#gacha-icon-container {
    width: 30%;
    aspect-ratio: 1 / 1;
    position: relative;
}

#gacha-icon {
    position: absolute;
    aspect-ratio: 1 / 1;

    left: 0%;
    top: 0%;
    width: 100%;

    user-select: none;
}

#gacha-pull {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-size: 3vw;
    background-color: white;
}

#gacha-note {
    display: none;

    width: 10%;
    padding: 1%;

    position: absolute;
    right: 0%;
    top: 40%;
    
    background-color: black;
    color: white;

    font-size: 2vw;
    text-decoration: none;
}
