@font-face {
    font-family: 'font';
    src: url(../font/vcr.ttf)
  }

body {
    display: flex;
    background-image: url(../img/DesignSite.png);
    background-position: center;
    background-color: #cccccc;
    justify-content: center;
    align-items: center;
    height: 1080px;
    margin: 0px;
    padding: 0;
    flex-direction: column;
    background-repeat: no-repeat;
    background-color: #262626;
   }

   .unity-desktop{
    padding-top: 50px;
    }

    .synopsis{
        padding-top: 1200px;
        width: 50%;
        text-align: center;
        padding-bottom: 60px;
    }

    .DescriptionJeu{
        color: white;
        font-size: 20px;
        font-family: font;
    }

    .titre{
        color: #fddb94;
        font-size: 35px;
        font-family: font;
    }