body {
  background-image:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('jojolion.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  padding: 0;
}


.main-img {
  width: 300px;  
  height: auto;   
}

body {
  color: white;
}



.notmain-img {
  width: 401px;   
  height: auto; 
}

.n0tmain-img {
  width: 400px;   
  height: auto; 
}


body {
  color: white;
  text-shadow:
    3px 0 0 #000,
   -3px 0 0 #000,
    0 3px 0 #000,
    0 -3px 0 #000;
}


body {
  font-family: 'Press Start 2P', monospace;
  font-size: 12px;
}

h1 {
  text-align: center;
  margin-bottom: 90px; 
}


::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  background: #0f0f0f; 
}

::-webkit-scrollbar-thumb {
  background: #9b59b6; 
  border: 3px solid #0f0f0f; 
}

::-webkit-scrollbar-thumb:hover {
  background: #8e44ad;
}


html {
  scrollbar-width: thin;
  scrollbar-color: #9b59b6 #0f0f0f;
}

.image-box {
  position: relative;
  width: 400px; 
}

.image-box img {
  width: 100%;
  display: block;
}

.image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  color: white;
  font-family: 'Press Start 2P', monospace;
  font-size: 16px;
  text-shadow:
    2px 0 0 #000,
   -2px 0 0 #000,
    0 2px 0 #000,
    0 -2px 0 #000;
}

.title {
  text-align: center;
  margin: 0;              
}

.logo {
  display: block;
  margin: -0.4px auto 0; 
}

