html, body {
  height: 100%;
  margin: 0;
  background-color: rgb(66, 44, 66);
  background-image: url("https://i.imgur.com/txar8T1.jpeg");
  background-size: cover;
  background-position: center;
  font-family: Arial, Helvetica, sans-serif;
}

/* Main paragraph box */
#Magic-Manual {
  color: rgba(250,150,250,1);
  background-color: rgba(200,80,100,0.4);
  width: 500px;
  min-height: 300px;
  padding: 30px;
  margin: 50px auto; /* centers the box */
  border-radius: 10px;
}

#par-two{
  color: rgb(0,0,0);
  background-color: rgba(200,80,100,0.4);
  width: 500px;
  min-height: 300px;
  padding: 30px;
  margin: 50px auto; /* centers the box */
  border-radius: 10px;
  {
