@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/misc138.jpg");*/
 background-attachment: fixed;
 font-family: 'girlsRweird';
 color: black;
 font-size: 25px;
}

* {
  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;
  width: 90vw;             
  max-width: 800px;        
  margin: 0 auto; 
  height: 150px;
  padding: 0;
  gap: 0;
}

.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;
}

.albums {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);  
  flex-direction: column;  
  gap: 5px;
  margin: 10px;
  padding:10px;
  width: 90vw;
  max-width: 170px; 
  align-items: stretch;
}

.album-button {
  border: 5px groove white;
  padding: 7px;
  border-radius: 10px;
  background-color: #e1dfc3;
  font-family: 'girlsRweird';
  font-size: 20px;
}

.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;
}

.main {
  display: flex;
  flex-direction: row;
  background-image: url('textures/ss116.jpg');
  border: 5px double black;
}

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

.main-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "block1 block2"
    "block3 block3";
  border: 1px solid black;
  gap: 5px;
  margin: 10px;
}

.block {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

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

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

.scrolling-text {
  border: 1px solid white;
  color: white;
  background-color: black;
}