#title-box {
position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  
  width: 100%;
  text-align: center;
  background-color: gold;
}

body {
background-image: url("https://th.bing.com/th/id/OIP.1GS7RLYH__-aFzdHSGC4rAHaD5?w=305&h=180&c=7&r=0&o=5&pid=1.7");
  background-size: cover;
}

h1 {font-family: "Comic Sans MS";
}

h2 {font-family: "Comic Sans MS";
}

h3 {font-family: "Comic Sans MS";
}