@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
 background-color: #e8e8e8;
  font-family: "Open Sans";
}
#titleBar {
  background-color: #30475e;
  border: 10px solid #f05454;
  height: 100px;
}
#canvaslol {
 border: 20px solid black;
}
.titleText {
 position: relative;
  bottom: 20px;
  left: 10px;
  color: #f05454;
}
#DM {
 position:relative;
  bottom:390px;
  left: 190px;
  font-size: 90px;
}