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

body {
    background-size: cover;
}



#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;
}