/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {

  background-color: black;
  color: white;
  font-family: Verdana;
  
  background-image:url(https://builderstrongscorner.neocities.org/Starry%20Sky.gif);
  
  background-size: 400px 400px;

}


.GiantsDeepImage {
  
  position: fixed;
  top: -400px;
  right: 850px;
  
}

.SunImage {
  
  position: fixed;
  top: 600px;
  right: -150px;
  
  width: 500px;
  height: 500px;
  
}



#BeginningHeader {
  
  border-style: solid;
  border-color: white;
  border-width: 1px;
  width: 999px;
  margin: auto;
  
}

.WebsiteNavigate {
  
  position: relative;
  top: 150px;
  
}

#buttonhome {
  background-image: linear-gradient(rgb(207, 96, 17), rgb(189, 66, 13));
  border: none;
  width: 150px;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
  font-family: ms gothic;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  order: 3;
  position: relative;
  top: -45px;
  right: 5px;
  cursor: pointer;
  
  box-shadow: 
  inset 0 1px 0 rgba(255, 255, 255, 0.6), /* Top glossy highlight */
  inset 0 -2px 5px rgba(0, 0, 0, 0.2),    /* Bottom internal depth */
  0 5px 15px rgba(0, 0, 0, 0.3); 
}


#buttonhome:hover {
  
  background-image: linear-gradient(rgb(194, 77, 10), rgb(166, 41, 10));
  transform: translateY(-3px);
  transition: transform 0.3s ease-out;

}

#aboutme {
  
  background-image: linear-gradient(rgb(207, 96, 17), rgb(189, 66, 13));
  border: none;
  width: 150px;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
  font-family: ms gothic;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  order: 3;
  position: relative;
  top: -40px;
  right: 5px;
  cursor: pointer;
  
  box-shadow: 
  inset 0 1px 0 rgba(255, 255, 255, 0.6), /* Top glossy highlight */
  inset 0 -2px 5px rgba(0, 0, 0, 0.2),    /* Bottom internal depth */
  0 5px 15px rgba(0, 0, 0, 0.3); 
  
}

#aboutme:hover {
  
  background-image: linear-gradient(rgb(194, 77, 10), rgb(166, 41, 10));
  transform: translateY(-3px);
  transition: transform 0.3s ease-out;

}

#bookreviews {
  
  background-image: linear-gradient(rgb(207, 96, 17), rgb(189, 66, 13));
  border: none;
  width: 150px;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
  font-family: ms gothic;

  display: inline-flex;
  align-items: center;
  gap: 7px;
  order: 3;
  position: relative;
  top: -35px;
  right: 5px;
  cursor: pointer;
  
  box-shadow: 
  inset 0 1px 0 rgba(255, 255, 255, 0.6), /* Top glossy highlight */
  inset 0 -2px 5px rgba(0, 0, 0, 0.2),    /* Bottom internal depth */
  0 5px 15px rgba(0, 0, 0, 0.3); 
  
}

#bookreviews:hover {
  
  background-image: linear-gradient(rgb(194, 77, 10), rgb(166, 41, 10));
  transform: translateY(-3px);
  transition: transform 0.3s ease-out;

}

#gamereviews {
  
  background-image: linear-gradient(rgb(207, 96, 17), rgb(189, 66, 13));
  border: none;
  width: 150px;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
  font-family: ms gothic;

  display: inline-flex;
  align-items: center;
  gap: 7px;
  order: 3;
  position: relative;
  top: -30px;
  right: 5px;
  cursor: pointer;
  
  box-shadow: 
  inset 0 1px 0 rgba(255, 255, 255, 0.6), /* Top glossy highlight */
  inset 0 -2px 5px rgba(0, 0, 0, 0.2),    /* Bottom internal depth */
  0 5px 15px rgba(0, 0, 0, 0.3); 
  
}

#gamereviews:hover {
  
  background-image: linear-gradient(rgb(194, 77, 10), rgb(166, 41, 10));
  transform: translateY(-3px);
  transition: transform 0.3s ease-out;

}

#consoles {
  
  background-image: linear-gradient(rgb(207, 96, 17), rgb(189, 66, 13));
  border: none;
  width: 150px;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
  font-family: ms gothic;

  display: inline-flex;
  align-items: center;
  gap: 7px;
  order: 3;
  position: relative;
  top: -25px;
  right: 5px;
  cursor: pointer;
  
  box-shadow: 
  inset 0 1px 0 rgba(255, 255, 255, 0.6), /* Top glossy highlight */
  inset 0 -2px 5px rgba(0, 0, 0, 0.2),    /* Bottom internal depth */
  0 5px 15px rgba(0, 0, 0, 0.3); 
  
}

#consoles:hover {
  
  background-image: linear-gradient(rgb(194, 77, 10), rgb(166, 41, 10));
  transform: translateY(-3px);
  transition: transform 0.3s ease-out;

}

.Headers {
  
  position: relative;
  top: -25px;
  right: -8px;
  display: flex;
  flex-direction: column;
  
}



#mainbox {
    
  border-style: solid;
  border-color: white;
  border-width: 1px; 
  width: 850px;
  height: 650px;

  overflow-y: auto;
  padding: 10px 10px;
  font-family:  ms gothic;
  font-size: 20px;
    
  background-image: url(https://builderstrongscorner.neocities.org/Screenshot%202026-03-19%20214605.png);
  background-size: 100px 100px;

}

#leftbox {
  
  order: -1;
  
  margin-right: 5px;
  
    
  border-style: solid;
  border-color: white;
  border-width: 1px; 
  width: 140px;
  height: 650px;

  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 10px;
  font-family:  ms gothic;
  font-size: 20px;
    
  background-image: url(https://builderstrongscorner.neocities.org/Screenshot%202026-03-19%20214605.png);
  background-size: 100px 100px;

}

#rightbox {
  
  margin-left: 5px;
  
    
  border-style: solid;
  border-color: white;
  border-width: 1px; 
  width: 170px;
  height: 650px;

  overflow-y: auto;
  padding: 10px 10px;
  font-family:  ms gothic;
  font-size: 20px;
    
  background-image: url(https://builderstrongscorner.neocities.org/Screenshot%202026-03-19%20214605.png);
  background-size: 100px 100px;

}

#webbuttonsbox {
  
  margin-top: 5px;
  
    
  border-style: solid;
  border-color: white;
  border-width: 1px; 
  width: 300px;
  height: 300px;

  overflow-y: auto;
  padding: 10px 10px;
  font-family:  ms gothic;
  font-size: 20px;
    
  background-image: url(https://builderstrongscorner.neocities.org/Screenshot%202026-03-19%20214605.png);
  background-size: 100px 100px;
  
  
}

#guestbook {

  margin-top: 5px;
  margin-left: 5px;
  
    
  border-style: solid;
  border-color: white;
  border-width: 1px; 
  width: 690px;
  height: 300px;

  overflow-y: auto;
  padding: 10px 10px;
  font-family:  ms gothic;
  font-size: 20px;
    
  background-image: url(https://builderstrongscorner.neocities.org/Screenshot%202026-03-19%20214605.png);
  background-size: 100px 100px;

}

#blinkiesbar {
  
  display: flex;
  
  overflow-x: auto;
  overflow-y: hidden;
  
  justify-content: center;
  
  gap: 1em;
  
  border-style: solid;
  border-color: white;
  border-width: 1px; 
  width: 1214px;
  height: 20px;

  padding: 10px 10px;
  font-family:  ms gothic;
  font-size: 20px;
    
  background-image: url(https://builderstrongscorner.neocities.org/Screenshot%202026-03-19%20214605.png);
  background-size: 100px 100px;
  
}

#stampbar {
  
  display: flex;
  
  overflow-x: auto;
  overflow-y: hidden;
  
  justify-content: center;
  
  position: relative;
  
  top: 64px;
  
  right: -327px;
  

  
  border-style: solid;
  border-color: white;
  border-width: 1px; 
  width: 1214px;
  height: 50px;

  padding: 10px 10px;
  font-family:  ms gothic;
  font-size: 20px;
    
  background-image: url(https://builderstrongscorner.neocities.org/Screenshot%202026-03-19%20214605.png);
  background-size: 100px 100px;
  
}

.group {
  
  animation: spin  20s infinite linear;
  display: flex;
  gap: 1em;
  justify-content: center;
  animation-direction: normal;
  
}

.group2 {
  
  animation: spin2  20s infinite linear;
  display: flex;

  justify-content: center;
  animation-direction: normal;
  
}

.blinky {
  
flex: 0 0 5em;
align-content: center;
  
}

.stamp{
  
flex: 0 0 5em;
align-content: center;

position: relative;

top: -3px;

}

.Container {
  
    position: relative;
    top: 100px;
  
    display: flex;
    
    justify-content: center;
  
  }
  
.Container2 {
  
  position: relative;
  top: 100px;
  right: 98px;
  
  display: flex;
    
  justify-content: center;
  
}

.TopContainer {
  
    position: relative;
    top: -945px;
    
    right: 0px;
  
    display: flex;
    
    justify-content: center;
    
    overflow-x: auto;  
    
  
}

#blinkiesbar::-webkit-scrollbar {
  display: none;
}

#stampbar::-webkit-scrollbar {
  display: none;
}

@keyframes spin {
  from {transform: translate(0);}
  to {transform: translate(-100.62%);}
}

@keyframes spin2 {
  from {transform: translate(0);}
  to {transform: translate(100%);}
}
