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

body {
 background-image: url("/textures/ppcastle.jpg");
 font-family: 'girlsRweird';
 color: black;
 font-size: 25px;
}

.top {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: blue;
  width: 90vw;             
  max-width: 800px;        
  margin: 0 auto; 
  height: 150px;
  padding: 0;
  gap: 0;
}

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

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

.navbutton {
  background-color: #e1dfc3;  
  width: 90vw;
  align-items: stretch;
  font-family: 'girlsRweird';
  font-size: 35px;
}

.top-text {
  border: 1px solid white;
  font-family: 'girlsRweird';
  font-size: 20px;
  width: 200px;
  max-height: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  color: white;
  background-color: black;
}

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

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