body {
    background-image:url('backgrounddd.png');
    background-size: cover;
    overflow-x: hidden;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #146ecd;
  }
  
  
a:link {
  text-decoration: none;
  color: #146ecd;

}

a:visited {
    text-decoration: none;
    color: #146ecd;
    }
    
.musicthing {
  max-width: 223px;
  height: 65px;
  background-color: #ffacdc;
  border-style: double;
  border: 4px solid #ff72c0;
  margin-left: 1em;
  border-radius: 12px;
  
}
audio {
  max-width: 220px;
  height: 20px;
  color: #fa8ebc;
  background-color: #ff72c0;
  border: 2px solid #ff72c0;
  border-color: #ff72c0;
}

marquee {
  font-family: "Winter-Draw";
  color: #146ecd;
}

  
  
 .wrapper {
   display:flex;
  flex-wrap: wrap;
  margin-top: 2em;
 }
  
  .header {
    width: 800px;
    height: 190px;
    border: 20px solid transparent;
    border-image: url('star borderlalala.png') 70 round;
    border-image-repeat: round;
    background-color: #ffdaf0;
    background-clip: padding-box;
    margin: auto;
    margin-bottom: 2em;
    outline: #ff72c0 solid 5px;
  }
  
  .things {
    width: 1000px;
    height: 1220px;
    border: 20px solid transparent;
    border-image: url('star borderlalala.png') 70 round;
    border-image-repeat: round;
    background-color: #ffdaf0;
    background-clip: padding-box;
    margin: auto;
    margin-bottom: 2em;
    outline: #ff72c0 solid 5px;
  }
  
  .thing {
   width: 950px;
    height: 320px;
    border: 10px solid;
    border-style: double;
    margin-left: 1em;
    border-color: #4dabea;
    border-radius: 5px;
}

.buttons {
  display:flex;
  margin-right: 2em;
  max-width: 700px;
  height: 100px;

}

.buttons2 {
  display:flex;
  margin-left: 7em;
  max-width: 700px;
  height: 100px;

}

.sighs {
  display: flex;
}

.ENF, .blog, .gallery, .guestbook {
    width: 130px;
    height: 40px;
    border: 10px solid;
    border-style: double;
    border-color: #ff72c0;
    border-radius: 20px;
    margin: auto;
    margin-left: 1em;
    text-align: center;
    background-color: #b1daff;
    font-size: 1.3em;
    vertical-align: middle;
    line-height: 10px;
    p { font-family: 'PinLock';
    color: #146ecd;
    }
}

.tumblr, .artfight, .youtube, .magma {
    width: 130px;
    height: 40px;
    border: 10px solid;
    border-style: double;
    border-color: #ff72c0;
    border-radius: 20px;
    margin: auto;
    margin-left: 1em;
    text-align: center;
    background-color: #ffacdc;
    font-size: 1.3em;
    vertical-align: middle;
    line-height: 10px;
    p { font-family: 'PinLock';
    color: #146ecd;
    }
}

.yapping {
   width: 470px;
    height: 340px;
    border: 10px solid;
    border-style: double;
    margin-left: 1em;
    border-color: #4dabea;
    border-radius: 5px;
    text-align: center;
    font-size: 1.3em;
    background-color: #ffacdc;
}

.yapping2 {
   width: 400px;
    height: 180px;
    border: 10px solid;
    border-style: double;
    margin-left: 1em;
    border-color: #ff72c0;
    border-radius: 5px;
    text-align: center;
    font-size: 1.1em;
    background-color: #b1daff;
    overflow-y: scroll;
}

.pookie {
   width: 190px;
    height: 180px;
    border: 10px solid;
    border-style: double;
    margin-left: 1em;
    border-color: #4dabea;
    border-radius: 5px;
    margin-right: 1em;
    background-color: #ffacdc;
}

#nonsense {
    max-width: 1200px;
    height: 68px;
    margin-top: 10px;
    display:flex;
}

#container {
  display: flex;
}

h1, h2 {
  font-size: 1.7em;
  color: #146ecd;
  margin:0;
}

li {
  padding-right: 2em;
}

.pluh1 {
  display: flex;
  max-width: 100%;
  margin-top: 1em;
}

.theguy {
  width: 1100px;
  height: 370px;
  border: 10px solid;
  border-style: double;
  margin-left: 1em;
  border-color: #ff72c0;
  border-radius: 5px;
  margin-right: 1em;
}

footer {
  text-align: center;
  margin: auto;
  margin-top: 8.5em;
  p { font-size: 0.9em;
  }
}

.thing img:hover { 
  content: url("pat.gif"); 
  }
  
  .theguy, .thing, .buttons, .buttons2, .musicthing, #container {
    position: relative;
    animation: float 2s ease-in-out infinite;
    
        }

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-2px);
            }

            100% {
                transform: translateY(0);
            }
        }
        
    
    
        
  @media (max-width: 740px) {      
    
  .wrapper, .pluh1, .sighs, .buttons, #container {
    flex-direction: column;
  }
  
  .header {
    margin-left: 0.7em;
   width: 84%;
   height: auto;
   img {
     width: 95%;
   }
  }
  
  .things {
    width: 84%;
    height: 170%;
  }
  
  .thing {
    width: 87%;
    height: 87%;
   }
   
   .theguy {
    width: 87%;
    height: 120%;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
   }
   
    
   .sighs {
     width: 80%;
   }
   
   .buttons2 {
     margin-left: 0.5em;
   }
   
   .buttons, .buttons2 {
     height: 40%;
     display: grid;
     grid-template-columns: auto auto;
     p {
       font-size: 70%;
     }
     
   }
   .ENF, .blog, .gallery, .guestbook, .tumblr, .artfight, .youtube, .magma {
    width: 70%;
    margin-top: 0.2em;
    
   }
   
   .yapping {
     width: 87%;
     height: auto;
     margin-top: 0.5em;
     margin-left: 0.5em;
     p {
       font-size: 65%;
     }
   }
   
   .yapping2 {
     width: 80%;
     height: 150px;
     margin-top: 0.5em;
     margin-left: 0.5em;
     li {
       font-size: 75%;
     }
   }
   
   .pookie {
     width: 42%;
     height: auto;
     margin-top: 0.5em;
     margin-left: 2em;
   }
   
   footer {
     margin-top: auto;
     
     p {
       font-size: 55%;
     }
   }