@font-face {
    font-family: "Connection";
    src: url("../../assets/font/Connection.ttf") format("truetype")
}

body {
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: black;
    background-color: #ffffff
}

body div.container {
    text-align: center
}

body div.container h1 {
    font-family: "Connection", cursive;
    padding: 0;
    font-size: 50px
}

body div.container div#game {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (orientation:portrait) and (max-width: 1279px) {
    .turn {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .turn {
        display: none;
    }
}

@media screen and (orientation:landscape) {
    .turn {
        display: none;
    }
}

.turn {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    background-image: url('../../assets/rotate.png');
    background-repeat: no-repeat;
    background-position: center center;
}
