h1 {
 background-size: 300px; width: 450px; 
 background-repeat: no-repeat;
 padding: 10px;
 margin:20px;
 border:20px; }
 .img {  position: absolute; 
 }
 
h2 { size: 200px; color: white; outline: red; font-family: 'Verdana'; }
h3 { size: 200px; text-align: center; font-family: 'Verdana'; color: white; outline: red; }
h4 { size: 200px; text-align: center; font-family: 'Verdana'; color: white; outline: red; }




body {
  color: white; 
  font-family: 'Verdana'; 
  background-image: url("musicnotes.jpg"); 
  size: 5000px; 
  } 
  
  .second-body { 
  color: white; 
  font-family: 'Verdana'; 
  background-image: url("pinkglitter.gif"); 
  size: 5000px;
}
  
 .border{
    border-width: 5px ;
    border-style: solid;
    border-color: purple;
    background-color: black;
    margin-left: 30%;
    margin-right: 30%;
    padding: 10px;
    
    position: relative;
    
 }
 

.left-border {
  background-color: black;
  position: absolute;
  border-style: solid;
  border-color: purple;
  border-width: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  width:350px;
  height: 815px
}

.container {
  display: block;      
  margin-left: auto;   
  margin-right: auto; 
  max-width: 100%;   
}


 .character-position {
  position: absolute;
  
  bottom: 10px; 
  right: 10px;  
}

.nana-border {  
    border-width: 5px;
    border-style: solid;
    border-color: #ff00ee;
    background-color: black;
    padding: 10px;
    height: 800px;
    width: 800px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.flex-row {
    display: flex;
    align-items: center;  
    gap: 15px;            
    width: 100%;          
}

.inside-border { 
    border-width: 3px;
    border-style: solid;
    border-color: #ff00ee;
    background-color: transparent;
    padding: 10px;
    height: 330px;
    width: fit-content;   
    box-sizing: border-box;
}

.inside-border img {
    height: 100%;          
    width: auto;         
    display: block;        
}

.description { 
    margin: 0;
    text-align: left;      
    vertical-align: top;
}
