
body {
  background: url('./images/cirrus.gif');
    background-size: cover;
    background-position: left;
margin-top: -5em;
      font-family: 'pixel'; 
    color: #464850;
    
}


#main {
min-width: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: -5em;

}


#about {
    width: 425px;
    margin: 10px;

}



#cirrus {
    height: 700px;
    margin-top: 50px;
    z-index: 0;
    width: auto;
float: right;
}




::-webkit-scrollbar {
  display: none;
  width: 0;
}


table
{

      background-color: rgba(251, 253, 255, 0.94);
z-index: 1;
}
		td {
			border: 1px dotted #0090fd; 
            overflow: hidden;
}
            

            a {
                color: #005392;
                text-decoration: none;
            }
            






 
a:hover {
  color: fff;
  text-decoration: none;
}
 
 
a:active {
  color: #6eb7ef ;
    text-decoration: none;
}
            ::selection {
                
                background-color: #b3dfff;
            }
            



@font-face{
    font-family:'Legacy';
    src:url(https://files.catbox.moe/vb0fng.otf);
}
