html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    background-size: cover;
    background-image: url(img/background.webp);
}

@media (min-width: 600px) {
    html{
        background-color: #f5f5f5;
    }
    body {
        max-width: 600px;
        height: 98%;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        top: 20px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.62);

        border-radius: 10px;
        user-select: none;
    }
}

#incompatible{
    height: 100%;
    width: 100%;
    font-size: 1.2rem;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: white;
    text-shadow: 0 0 2px #000000;
}
#incompatible > .logo{
    margin-bottom: 30px;
}

#incompatible > .logo img{
    height: 100px;
}

#incompatible > .store{
    margin-top: 30px;
}

#incompatible > .store img{
    height: 50px;
}