/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


body {
  background-color: aqua;
  background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20544.gif);
  color: black;
  font-family: Verdana;
}

h1 {
  padding: 10px;
  color: orange;
  text-shadow: 2px 2px red;
  font-family: 'Cherry Swash', serif;
}

a:link {
  color: hotpink;
  text-decoration: underline;
}

a:hover {
  color: red;
}

ul {
  list-style-image: url(https://pixelsafari.neocities.org/favicon/food/sweet/lollipop18.gif);
  border: 2px ridge aqua;
  background-color: LightSalmon;
}

.banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px ridge aqua;
}

.divider {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sidebar{
width: 150px;
height: auto;
max-height: 100%;
border: 5px ridge aqua;
  border-radius: 8px;
  padding: 5px;
float: left;
overflow: auto;
line-height: 100%;
background-color: white;
background-clip: padding-box;
text-align: center;
color: black;
margin: 5px 2.5px 5px 5px;
  font-family: "Hi Melody", sans-serif;
background-image: url('https://sadhost.neocities.org/images/tiles/rbowcolorsmusicnotes.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
} 


.smallcontainer{
width: 200px;
height: auto;
max-height: 100%;
float: left;
background-color: transparent;
background-clip: padding-box;
} 

.bigcontainer{
width: 800px;
height: auto;
max-height: 100%;
float: left;
background-color: transparent;
background-clip: padding-box;
} 

.main{
width: 700px;
height: auto;
max-height: 100%;
border: 5px ridge aqua;
  border-radius: 8px;
  padding: 5px;
line-height: 100%;
float: left;
background-color: white;
text-align: center;
color: black;
overflow: auto;
margin: 5px 5px 5px 2.5px;
  font-family: "Hi Melody", sans-serif;
background-image: url('https://sadhost.neocities.org/images/tiles/rbowcolorsmusicnotes.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
} 

 .container{
width: 1000px;
height: auto;
max-height: 100%;
border: 5px solid transparent;
  border-radius: 8px;
  padding: 5px;
float: left;
background-color: transparent;
background-clip: padding-box;
margin: 5px;
} 

h2 {
 color: orange;
 text-shadow: 2px 2px red;
 font-family: 'Cherry Swash', serif;
}

.glow {
  color: black;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px orange, 0 0 20px orange, 0 0 30px #FF5F15, 0 0 40px #FF5F15, 0 0 50px #FF5F15, 0 0 60px #FF5F15, 0 0 70px #FF5F15;
  }
  to {
    text-shadow: 0 0 20px orange, 0 0 30px #FF5F15, 0 0 40px #FF5F15, 0 0 50px #FF5F15, 0 0 60px #FF5F15, 0 0 70px #FF5F15, 0 0 80px #FF5F15;
  }
}

.rubberband { 
transform: scale3d(1, 1, 1); 
} 
 
@-webkit-keyframes rubberBand { 
0% { 
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
 
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
 
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
 
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
 
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
 
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
 
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}

.cornertaped.taped::before {
  top:-30px;
  left:-30px;
  transform:rotate(-25deg)
}

    .fixed {
        position: fixed;
        top: 0px;
        left: 50px;
        width: 100px;
        padding: 5px;
    }
    



    
        
 






.cherry-swash-regular {
  font-family: "Cherry Swash", serif;
  font-weight: 400;
  font-style: normal;
}

.cherry-swash-bold {
  font-family: "Cherry Swash", serif;
  font-weight: 700;
  font-style: normal;
}

.hi-melody-regular {
  font-family: "Hi Melody", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.chilanka-regular {
  font-family: "Chilanka", cursive;
  font-weight: 400;
  font-style: normal;
}
