/* 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-image: "tagamsee.jepg";
  overflow-y: hidden;
    font-family: MS San Serif;
  src: url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/MS%20Sans%20Serif.ttf);

  }
      
link {
        color: red;
  }
      
 .container
{
  margin: auto;
    width: 600px;
    height: 600px;
    position: relative;
    top: 60px;
  }

.main
{
  margin: auto;
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
    background: #E8E8D8;
    border-left: 3px solid blue;
    border-right: 3px solid blue;
    border-bottom: 3px solid blue;
    width: 544px;
    height: 485px;
    font-family: MS San Serif;
    font-size: 1.25em;
  }
  
.top
{
border-left: 1px solid #094ED5;
    border-right: 1px solid #094ED5;
    border-top: 1px solid #094ED5;
    background: #E8E8D8;
    padding: 5px;
    margin-top: 25px;
    height: 15px;
    width: 250px;
    font-family: MS San Serif;
  }

.bottom
{
  border-left: 1px solid #094ED5;
    border-right: 1px solid #094ED5;
    border-bottom: 1px solid #094ED5;
    background: white;
    height: 350px;
    width: 260px;
    font-family: MS San Serif;
    overflow-y: scroll;  
  }

.images
{
  width: 125px;
  height: 0px;
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    margin-top: 1px;
    text-indent: 5px;
    
   
    

  }

.text
{
  font-family: MS San Serif;
    line-height: 0em;
    padding-left: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 80px;
    margin-top: -18px;
  }

highlight
{
  font-family: MS San Serif;
    line-height: 5em;
    display: inline-block;
    vertical-align: top;

  }
  
    highlight:hover
  {
  background-color: yellow;
  color: pink;

  }
  
  .next 
  {
    position: relative;
    left: 300px;
    top: -378px;
    }
    
    .lyrics
    {
    position: relative;
    left: 300px;
    top: -370px;
  


figure.blurfilter{
margin: 0;
padding: 0;
display: inline-block;
position: relative;
border: 3px inset #E8E8D8;
overflow: hidden; 
}
 
.figcaption img {
width: 10px;
}
 
figure.blurfilter img{
display: block;
width: 15em;
height: auto;
transition: all 0.4s 0.4s;
}
 
figure.blurfilter figcaption{
position: absolute;
display: block;
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
background: white;
padding: 10px;
z-index: 100;
width: 90%;
height: 90%;
overflow: auto;
top: 5%;
left: 5%;
font-family: MS San Serif;
font-size: 15px;
opacity: 0;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all .4s;
}
 
figure.blurfilter figcaption h3{
border-bottom: 1px solid red;
text-align: left;
width: 90%;
margin: 0;
}
 
figure.blurfilter figcaption p{
text-align: left;
margin-top: 10px;
line-height: 1.5;
}
 
figure.blurfilter figcaption a{
text-decoration: none;
}
 
figure.blurfilter:hover img{
-webkit-filter: blur(5px);
filter: blur(5px);
-webkit-transform: scale(1.3);
transform: scale(1.3);
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
 
figure.blurfilter:hover figcaption{
opacity: 1;
-moz-transition: all .4s .4s;
-webkit-transition: all .4s .4s;
transition: all .4s .4s;
}
 
figure.slidey figcaption{
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
 
figure.slidey:hover figcaption{
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
figcaption {
overflow-y: scroll;
}

.buttons
{
position: relative;
    top: -310px;
}

/* Purple Angel Wing Heart - https://www.cursors-4u.com/cursor/purple-angel-wing-heart */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/purple-angel-wing-heart-a260d23e-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */

