   :root {
            --text: black;
            --border: black;
            --bg: #8d0000;
        }
body {
            background-image:url('https://shelbyjacksonart.com/images/Radiohead/IMG_1960.gif');
            background-size: 100px;
            background-repeat: repeat;
            font-family: "Jersey 20", serif;
            color:white;
            display: flex;
            flex-direction: column;
            align-items: center; 
            justify-content: center;
            min-height: 100vh;
            padding: 5px;
            margin: 0;
            width: 100%;
            max-width: 100vw; 
            overflow-x: hidden;
            font-size: 18px;
        }
body::-webkit-scrollbar {
  width: 12px;             
  height: 12px;             
}


body::-webkit-scrollbar-track {
  background: black;
 
}


body::-webkit-scrollbar-thumb {
  background-color: pink;
  border: 1px solid black;
}


body::-webkit-scrollbar-thumb:hover {
  background-color:pink ;
}
.container {
  display: flex;
  max-width:1000px;
  margin-top: 5px;
  justify-content:center;
}
.intro {
  padding:10px;
  border: 4px groove black;
  background:#090909;
  font-size: 20px;
  color:white;
  position:absolute;
  display:block;
  align-items:flex-start;
  top:75px;
  left:75px;
  width:250px;
}
.first {
  position:absolute;
  display:block;
  top:50px;
  align-items:center;}
.second {
  position:absolute;
  display:block;
  align-items:center;}