
main-header {
   width: 100vw;
  height: 10vh;
  margin: -30;
  background-color: #D99D25;
  /* Centers content inside the full-screen header */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 70px;
}

left {
  text-align: left;
}


body {
  color: black;
  background-image: url('mudkip.png');
    background-size: 128px 128px;
  font-family: Comic Sans MS;
  text-align: center;
  cursor: url('mouse.png'), auto;
}
text-box {
  border: 2px solid #333;    
  padding: 15px;            
  margin: 10px;             
  background-color: #a3edff;
  border-radius: 8px;        
  display: inline-block;   
}