@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600&display=swap');

body {
    font-family:chess;
    margin: 0;
    background: #050a20 url("./img/satranc-fon-3.png");
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	
}

.square {
    background:#afa;
    display:inline-block;
    border:1px solid #fff;
    text-align:center;
    position: absolute;
    cursor: pointer;
}