body {
  overflow: hidden;
  font-family: windows;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	background-image: url('https://i10.glitter-graphics.org/pub/976/976240sqrrsjlejc.jpg');
  background-attachment: fixed;
  background-repeat: repeat;
  }
  
  ::selection {
  /* Change highlight background color */
  background: #94b2fa;
  /* Change highlight text color */
  color: #FFFFFF;
  }
  
  @font-face {
  font-family: windows;
  src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  }
  
  @font-face {
  font-family: DigiBop;
  src: url(https://dl.dropbox.com/s/8maabpvuycdrlai/DigiBop-Regular.ttf);
  }
  
::-webkit-scrollbar {
width: 14px
}

::-webkit-scrollbar:horizontal {
height: 14px
}

::-webkit-scrollbar-corner {
background: #eee
}

::-webkit-scrollbar-track:vertical {
background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
border-radius: 5px; 
}

::-webkit-scrollbar-track:horizontal {
background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
border-radius: 5px; 
}

::-webkit-scrollbar-thumb {
border: 1.5px solid #888;
border-radius: 5px;
box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
}

::-webkit-scrollbar-thumb:vertical {
background: linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
}

::-webkit-scrollbar-thumb:horizontal {
background: linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
}

a {
  color: black;
  box-shadow: inset 0 0 0 0 #94b2fa; 
   -webkit-transition: all ease 0.5s; 
   -moz-transition: all ease 0.5s; transition: all ease 0.5s;
   text-decoration: none;
}
 
.about-me a:hover { 
  box-shadow: inset 0 50px 0 0 #94b2fa; 
  text-decoration-line: underline;
  text-decoration-style: wavy;
}

@media only screen and (max-width: 500px) {
  body {
    transform: scale(0.27);
    transform-origin: top left;
    width: 500%;  
    margin: 0;
    padding: 0;
  }
}
  
    /* ----------------------------------------------
 * Generated by Animista on 2025-12-12 15:34:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
  
  .desktop
  {
    position: absolute;
    top: -3em;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform-origin: top left; 
  }
  
  .outer
  {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
  }
  
  .outer.main
  {
    height: 425px;
    width: 325px;
    top: 10em;
    left: 7em;
    display: flex;   
    align-items: flex-start;
  }
  
  button
  {
    width: 10px;
    height: 10px;
    padding: 0; 
    border-radius: 50%; 
    background-color: #808080; 
    border: none; 
    margin-right: 5px;
  }
  
  .red
  {
    background-color: #fe5f57; 
  }
  
  .yellow
  {
    background-color: #febc2e; 
  }
  
  .green
  {
    background-color: #27c840; 
  }
  
  .left
  {
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-radius: 10px 0px 0px 10px;
    height: 405px;
    width: 100px;
    padding: 10px;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 92%, rgba(225, 225, 225, 1) 0%);
  }
  
  .right
  {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    border-radius: 0px 10px 10px 0px;
    width: 250px;   
    height: 425px;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 92%, rgba(225, 225, 225, 1) 0%);
  }
  
  .left img {
  transition: filter 0.3s ease;   
  }
  
  .left img:hover {
    filter: grayscale(100%);
  }  
  
  .right img
  {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  }

.outer.small
{
    height: 150px;
    width: 150px;
    top: 5em;
    left: 35em;
}

.outer.small.two
{
    top: -25em;
    left: 57em;
}

.header
{
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-radius: 10px 10px 0px 0px;
    height: 10px;
    width: 150px;
    padding: 10px;
    background: #e1e1e1;
    display: flex;
}

.header.about
{
    width: 300px;
}

.title
{
  margin-left: auto;
}

.title.images
{
  width: 100%;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  box-sizing: border-box;
}

.inner
{
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
    background: white;
}

.inner.small
{
    height: 115px;
    width: 150px;
    overflow-y: scroll;
}

.outer.about
{
    height: 300px;
    width: 300px;
    top: -37em;
    left: 33em;
}

.inner.about
{
    height: 265px;
    width: 300px;
    display: flex;
    align-items: flex-start;
}

.about-me
{
  height: 265px;
  width: 200px;
  font-size: 1.5em;
}

mark
{
  font-family: digibop;
  font-weight: bold;
  -webkit-text-stroke: 0.5px black;
  filter: drop-shadow(2px 2px 0px white) drop-shadow(0px 0px 1.5px black);
  color: #e8214d;
  background: none;
  transform: perspective(500px) rotateY(-35deg);
  display: inline-block;
  font-size: 3.5rem;
}

.outer.song
{
    height: 140px;
    width: 300px;
    top: -35em;
    left: 50em;
}

.inner.song
{
    height: 105px;
    width: 400px;
    display: flex;
    align-items: flex-start;
}

.song-details
{
  margin-top: 5px;
  height: 100px;
  width: 300px;
  font-size: 1.5em;
  margin-left: 10px;
  line-height: 1.5em;
}

.header.song
{
    width: 400px;
}

.outer.pic
{
    height: 200px;
    width: 200px;
    top: -60em;
    left: 70em;
}

.inner.pic
{
    height: 165px;
    width: 200px;
}

.header.pic
{
    width: 200px;
}