body {
  background-color:#FFB302;
  color: white;
  font-family: arial;
}

pre{
  font-size: 30px;
  font-family: arial;
  color: white;
  text-shadow: 2px 2px 0px black;
  padding: 35px;
}

.musbox{
    position:fixed;
		bottom:3%;
		width:fit-content;
		left:0;
		right:0;
		margin-inline: auto; 
}