@font-face {
    font-family:"Pixel Operator";
    src: url(fonts/PixelOperator.ttf") 
          format("truetype");
}
        * {cursor: url(https://cur.cursors-4u.net/games/gam-14/gam1371.cur), auto !important;}
body {
    background: url(Background.png);
    color: White;
    font-family: "Pixel Operator";
}
.headContainer,.bodyContainer,.footContainer {
    display: flex;
    justify-content: center;
    
}
.contentContainer {
    background: navy;
    width: 710px;
    height: 503px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-shrink: 0;
    border: solid 5px black;
    box-shadow: inset 0 0 10px #000;
    padding: 10px;
    display: inline-block;
}