@import 'reset.css';

@font-face {
    font-family: 'mine-sweeper';
    src: url('../font/mine-sweeper.ttf');
}

@font-face {
    font-family: 'MS Sans Serif';
    src: url('../font/MSSansSerif.ttf');
}

body {
    font-family: 'MS Sans Serif';
    height: 100%;
    overflow: hidden;
}

body.game-page {
    --gris-clair: rgb(245, 245, 245);
    --gris-moyen: rgb(192, 192, 192);
    --gris-fonce: rgb(128, 128, 128);
}

body.log-page {
    background-image: url("../img/winxp_logon_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: small;
    display: flex;
    justify-content: center;
    align-items: center;
}

body a {
    text-decoration: none;
    color: black;
}