@font-face {
  font-family: 'Linda';
  src: url('fonts/lindl___-webfont.woff2') format('woff2'),
       url('fonts/lindl___-webfont.woff') format('woff');
}

  
html {
  background-image: url("textures/1419309vpqks51crw.jpg");
  background-size: 80px 80px;
  background-repeat: repeat;
  background-attachment: fixed; 
}

body {
  margin: 0;
  font-family: 'Linda';
  color: black;
  font-size: 25px;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  width: 200px;
  height: 100vh;
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/pattern%20538.gif");
  background-size: 200px 200px;
  background-repeat: repeat-y;
  z-index: -1;
}

body::before {
  left: 0;
}

body::after {
  right: 0;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  width: 100%;
}

.everything {
  width: 90vw;             
  max-width: 800px;        
  margin: 0 auto;          
  margin-top: 50px; 
  
}

.top {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: blue;
  background-image: 
    url('https://i1.glitter-graphics.org/pub/571/571501og81n6osiq.jpg');
  width: 90vw;             
  max-width: 800px;        
  margin: 0 auto; 
  height: 150px;
  padding: 0;
  gap: 0;
  
  background-repeat: no-repeat;      /* Prevent repeating */
  background-size: contain;          /* Fit image inside without cropping */
  background-position: left, center;  
  
  border-top-left-radius: 70px;
}

.top-text {
  display: flex;
  border: 5px ridge #000305;
  font-family: 'Linda';
  font-size: 20px;
  width: 392px;
  max-height: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  color: whitesmoke;
  background-image: url('');
  background-size: 396px;
  background-repeat: repeat;
  text-align: center;
  justify-content: center;
  align-items: center; 
}

.navbar {
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.7);  
  border: 5px ridge #141414;
}

.navbutton {
  display: flex;
  justify-content: center; 
  align-items: center;     
  background-color: black;  
  border: 5px ridge purple;
  color: #e1dfc3;
  font-size: 1em;
  width: 100%;
  font-family: 'Linda';
}

.navbutton:nth-child(1) {
  background-color: black;
}
.navbutton:nth-child(2) {
  background-color: black;
}
.navbutton:nth-child(3) {
  background-color: black;
}
.navbutton:nth-child(4) {
  background-color: black;
}
.navbutton:nth-child(5) {
  background-color: black;
}

.main {
  display: flex;
  flex-direction: column;
  background-color: black;
  /*background-image: url('https://i.ibb.co/PQgknT9/purpl084.jpg');*/
  color: whitesmoke;
  border: 15px ridge purple;
  border-radius: 5px;
  max-width: 100%;
  overflow: visible;
}

.glow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.main-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px;
  
}

#ciaedsketch3 {
  max-height: 150px;   
  height: auto;
  width: auto;
  object-fit: contain; 
  display: block;
  border: 1px solid black;
}

.top-pics {
  display: flex;
  align-items: center;
  justify-content: center;
  
  flex: 1 1 0;
  max-width: 50%;         
  height: 100%;
  width: 100%;
  object-fit: contain;
  border: 1px groove #030303;
}

.top-content {
  display: flex;
  flex-direction: row;
  width: 100%;           /* fills the parent container */
  max-width: 90vw;       /* optional max width */
  box-sizing: border-box;
  overflow: hidden;  
}