
  {box-sizing: border-box;
  }

.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.geist-pixel-<uniquifier> {
  font-family: "Geist Pixel", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "ELSH" 0;
}

.syne-mono-regular {
  font-family: "Syne Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SpaceAge";
  src: url("spaceage.ttf");
}



body {
  margin: 0;
  padding: 30px;
  background: #000000;
  background-image: url("pup1.gif");
  background-repeat: repeat;
  background-size: 200px;
  font-family: "SpaceAge", sans-serif;
  font-size: 14px;
  color: #00ff51;
  text-align: left;
}

strong {color:#00ff51;}
i {color:#FFFFFF;}

a {
  color: #a03bff;
  text-decoration: none;
  font-family: "Geist pixel", sans-serif;

}

a:hover {
  text-decoration: underline;
}


::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #e6edf6;
}

::-webkit-scrollbar-thumb {
  background: #c7d8ec;
  border: 2px solid #e6edf6;
}

::-webkit-scrollbar-thumb:hover {
  background: #d9c4c7;
}

.container {
  max-width: 800px;
  margin: auto;
  background: #9900ff;
  background-image: url("bgpurpclouds.gif");
  background-repeat: repeat;
  background-size: 200px;
  border: 3px ridge #000000;
  border-radius:15px;
}


.topbar {
  background: #000000;
  background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20547.gif);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b8cbe0;
    border-top-left-radius:15px;
        border-top-right-radius:15px;
  font-size:35px;
  color: #00ff51;
  max-height:auto;}

.instagram a {
  float:inherit;
    font-family: "SpaceAge", sans-serif;

  }

.site-name {
  font-size:40px;
  letter-spacing: 1px;
  font-family: "SpaceAge";
  color: #00ff51;
}

.links a {
  color: #a03bff;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}


.main-nav {
  background: #00ff51;
  border-bottom: 1px solid #000000;
  padding: 6px 15px;
  display: flex;
  gap: 6.25%;
  font-size: 16px;
  font-weight: 800;

}

.main-nav a {
  color: #000000;
  text-decoration: none;
    font-family: "SpaceAge", sans-serif;

}

.main-nav a:hover {
  text-decoration: underline;
}

.main {
  display: flex;
  gap: 20px;
  padding: 20px;
}
  
.divider {
  display: flex;
  border-bottom: 1px solid #000000;
}

.sidebar {
  width: 220px;
}

.blinkies {
  align-items:center;
}

.profile-pic {
  height: 180px;
  background: #c7d8ec url(pfp.gif)
    center / cover;
  border: 3px ridge #00ff51;
  border-radius:10px;
  margin-bottom: 15px;
}

.hellobox{
  font-family: "Geist pixel", sans-serif;
  font-size:12px;
  border-radius: 20px;
  padding:10px;
background:#000000;
  border: 3px dotted #00ff51;

    }

.greeting{
  color:#00ff51;
  font-family:"SpaceAge";
  font-size:20px;
  padding-bottom:5px;}

.box {
  border: 3px dotted #00ff51;
  border-radius:5px;
  padding: 10px;
  margin-bottom: 15px;  
  font-family: "Geist pixel", sans-serif;
  font-size: 14px;
    color:#FFFFFF;
    border-radius: 20px;
background: #000000;
    }
 

.side-title {
  background: #;
  padding: 2px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #00ff51;
}

.content {
  flex: 1;
}

.content-title {
  background: #;
  padding: 2px;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "SpaceAge";
  color: #00ff51;
}

.footer {
  background: #00ff51;
  border-top: 1px solid #b8cbe0;
  border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;

  padding: 2px;
  text-align: center;
  font-size: 12px;
  color: #000000;
  max-width:800px;
}


@media (max-width: 768px) {
  .main {
    flex-direction: column;
  }


  .sidebar {
    width: 100%;
  }

  .main-nav {
    flex-direction: column;
    gap: 8px; 
    align-items: center; 
  }

  
  .topbar {
    flex-direction: column;
    align-items: center;
    
  }

  
  .links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

/* width */
::-webkit-scrollbar {
  width: 10px;
  background:black;
}

/* Track */
::-webkit-scrollbar-track {
  background:black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#00ff51;
  border-radius: 10px;
}

.gallery {
  width:21%;
}

.gallery:hover {
  border: 0px solid #000000;
}

.gallery img {
  width: 30%;
  height: auto;
}

.desc {
  padding: 10px;
  text-align: center;
}

.musicplayer iframe{
  float: right;
  flex-direction:column;
  justify-content:space-evenly}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0px;
  float: left;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.photography-gallery{font-size}

.hologirl{
}