 body {
  margin: 0;
  }
  
.subheading {
   font-size: 30px;
   padding: 0;
   line-height: 0.2;
   font-style: italic;
  }
  
/*Make sure boxes don't spread over multiple columns.*/
.main .box {
  display: inline-block;
  }

.wrapper {
  width: 900px;
  margin: 0 auto;
  }
  
.sidebar-img, .footer, .title, .links, .box, .sidebox {
  margin-top: 25px;
  }
  
.themagician {
  margin-left: auto;
  margin-right: auto;
  background-color: #64573F;
  border-style: solid;
  border-width: 1px;
  border-color: #452E29;
  border-radius: 3px;
  padding: 10px;
  width: 178px;
  margin: 10px 0 0 0;
  }

.title, .links, .footer {
  text-align: center;
  }
  
/*Navigation links.*/
.links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }
  
.links li {
  display: inline-block;
  }
  
.box .headerbox .sidebox {
  border: 1px solid black;
  padding: 1em;
  }

.headerbox {
  border-radius: 0 0 5px 20px;
  background: #452E29;
}

.inner2 {
  overflow: hidden;
  }
  
/*Prevent image overflow.*/
.box img, .sidebar img {
  max-width: 100%;
  height: auto;
  }
  
/*Wrapper for the sidebar.*/
.sidebar {
  width: 200px;
  float: left;
  }
  
/*Container for the sidebar image.*/
.sidebar-image {
  border: 1px solid black;
  }
  
.sidebar-image img {
  display: block;
  }
  
.main-wrapper {
  margin-left: 225px;
  }

.main {
  column-count: 2;
  column-gap: 25px;
  column-width: auto;
  display: flex;
  }  
  
.single-column {
  columns: 1;
  }
  
.footer {
  margin-bottom: 25px;
  }
  
@media(max-width:915px) {
  .wrapper {    
    width: 95%;
    }
    
  .main-wrapper {
    width: calc(100% - 225px);
    }
  }
  
@media (orientation: portrait), (max-width: 480px) {
  .wrapper {
    width: 100%;
    }
  
  .main-wrapper, .sidebar, .footer {
    margin: 0 auto;
    width: 90%;
    }
  
  .sidebar {
    float: none;
    display: block;
    }

  .sidebar-image {
    margin: 0 auto;
    width: 33%;
    margin-top:25px;
    }

  .sidebar .sidebar-image img {
    width: 100%;
    }
    
  .footer {
    margin-bottom: 25px;
    }
  
  }

body {
  color: #4B2D22;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.85em;
    background: #dda384;
    background-image:linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("https://images4.alphacoders.com/697/697786.jpg");
  background-size: cover;
  }
  
.a {
  color: #4a5859;
  }
  
.title {
  font-family: "Fjalla One";
  font-size:1.2em;
  }
  
.wrapper {
  margin-top:30px;
  width: 1200px;
  }
  
/*Changing the size of the gap between boxes.*/
.sidebar-img, .footer, .title, .links, .box, .boxclouds {
  margin-top: 13px;
  }
  
.main {
  column-gap: 10px;
  }
  
.main-wrapper {
  margin-left: 215px;
  }
  
.footer {
  margin-bottom: 15px;
  }
  
.links {
  top: 0;
  margin-top:0;
  }
  
.sidebox, .sidebar-image, .sidebar-image img {
    border: 0;
  border-radius: 5px 20px;
  background: #452E29;
}

.box {
  border: 0;
  border-radius: 3px;
  background: #C0B995;
  }
  
.sidebar .box .boxclouds .sidebox, .sidebar-image .headerbox {
  background: #310b0b;
  border: #452E29 1px solid;
  }

.box .sidebox {
  border: #452E29 1px solid;
  }
  
.boxclouds {
  border: #452E29 1px solid;
  background-image: url("https://64.media.tumblr.com/5ba68721252d6adbdb49b2f6cbbc2707/2145edcde50a08a5-a7/s540x810/8af10e62d08ded214fcae660fac845a28dfe7e58.gif");
  background-size: cover;
  background-position: bottom;
  border-radius: 5px 20px 0 0;
}
  
.inner {
  overflow: hidden;
  padding: 5px;
  }
  
  
@media(max-width:1215px) {
  .wrapper {    
    width: 95%;
    }
    
  .main-wrapper {
    width: calc(100% - 225px);
    }
  }
  

@media (orientation: portrait), (max-width:800px) {
  .wrapper {
    width: 100%;
    }
  
  .main-wrapper, .sidebar, .footer {
    margin: 0 auto;
    width: 90%;
    }
  
  .sidebar {
    float: none;
    display: block;
    }

  .sidebar-image {
    margin: 0 auto;
    width: 33%;
    margin-top:25px;
    }

  .sidebar .sidebar-image img {
    width: 100%;
    }
    
  .footer {
    margin-bottom: 25px;
    }
  
  }

.soulclass {
  color: #382427;
}

#soulclass {
  color: #382427;
  animation: yellowglow 10s infinite;
}

@keyframes yellowglow {
  50% {
    color: #b48944
  }

  
  
