@font-face {
    font-family: 'Gilroy-Heavy';
    src: url('../Assets/font/Gilroy-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
canvas {
    display: block;
    margin: auto;
    position: fixed;
}
body{
    margin:auto;
    padding:0px;
    align-content: center;
}
#turn{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    /* background-color:white;
    background-image:url('rotate.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover; */
    display:none;
}

#turn-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
