html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
            font-family: Gill Sans, sans-serif;

            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: url(https://viluhstudi0s.neocities.org/Viluh%20Studios/Background.png);
            background-repeat: no-repeat; 
            background-size: cover; 
            background-attachment: fixed;
            transition: background-color 0.5s ease;
            background-color: #424242;
        }

.page-container {

            display: flex;
            width: 700px;
            height:850px;
            box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.2);
            position:absolute;
            left:50%;
            top:50%;
            transform:translate(-50%,-50%);
            background-color: #dfd5d4;
            
}

  .sidebar {
            width: 70px;
            background-color:#c8c3de;
            color: #424242;
            padding: 20px;

        }
  
  a {
  color: #5a3e36;                
  text-decoration: underline dotted; 
  font-family: Georgia, "Times New Roman", serif; 
  transition: all 0.3s ease;    
  cursor: pointer;
}
        
  .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #b08b85;
  padding: 90px;
  gap: 5px;
}

.gallery img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 01px 01px 01px rgba(0, 0, 0, 0.5);
}

.info {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.name {
  background: #b08b85;
  text-align: center;
  padding: 05px;
  margin: 08px;
  text-decoration: none;
  color: #f3ede6;
  font-size: 20px;
  font-family: nightingale;
  src: url(https://www.dropbox.com/scl/fi/fwfldqsq63q8it7alh8y0/nightingale-font-1761507882-0-1.zip?rlkey=qs2yadvhmlgyvl90ulk9hrrct&st=wcp2db5e&dl=0);
  text-shadow: 0px 01px 01px black;
}

img {
   background-color: transparent;
  border: 0;
  width: 80px;
}

.left
{
  font-family: courier;
  src: url(https://www.dropbox.com/scl/fi/mwy32k1iksuhwvhy7wffh/cour.ttf?rlkey=hkd9m8c2zrscbesgvvawuz3om&st=cnez4cef&dl=0);
  font-size: 13px;
  margin: 08px;
}

.right
{
  font-family: courier;
  src: url(https://www.dropbox.com/scl/fi/mwy32k1iksuhwvhy7wffh/cour.ttf?rlkey=hkd9m8c2zrscbesgvvawuz3om&st=cnez4cef&dl=0);
  font-size: 13px;
}

      