body {
    margin: 0;
}

#turn {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    background-image: url('Assets/UI/playportrait-v2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: none;
}

#game {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: black;
}
