* {
    margin: 0;
    padding: 0;
  }

  body {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: url('https://c.wallhere.com/photos/31/d0/Elden_Ring_landscape_game_art_video_game_art_video_games_fromsoftware_Dark_Souls-2031049.jpg!d');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
  }
  
  #title-container {
    text-align: center;
      background: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10vh;
    padding-top: 10px;
  }
  
  #title {
    background: rgba(255, 255, 255, 0.6);
  }
  
  #container {
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  canvas {
    display: flex;
    height: 400px;
    width: 90vw;
    max-width: 700px;
    max-height: 500px;
    padding: 5px;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
  }
  