@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
  background-image:url("Purple Sky.gif");
  background-size: cover; 
    font-family: "Press Start 2P", system-ui;
    font-size: 10px;
    color:#777;
    letter-spacing:1px;
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 700px;
}

#headerwrap {
    width: 700px;
    float: left;
    margin: 0 auto;
}

#header {
    height: 110px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 5px;
    opacity: 0.6;
}

#contentwrap {
    width: 700;
    float: left;
    margin: 0 auto;
}

#content {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin: 5px;
    padding:5px;
    opacity: 0.8;
}

.title {
  background:#f9f9f9;
  color:#666;
  text-transform:uppercase;
  font-size:60px;
  font-family: "Press Start 2P", system-ui;
  letter-spacing:2px;
  padding-left:5px;
  border-bottom:1px solid #FFC8D7;
  border-left:0px solid #FFC8D7;
  margin-bottom:5px;}


.title {
  font-family: "Press Start 2P", system-ui;
  font-size: 15px;
  font-weight:bold;
  color:#ff69b4;
  text-transform:lowercase;
  letter-spacing:3px;
  margin-bottom:5px;
  border-bottom:2px;
  border-radius:10px;
}

.title-filled {
  background:#F7B6C2;
  text-align:center;
  font:italic 13px 'georgia', arial;
  font-weight:bold;
  color:#fff;
  text-transform:lowercase;
  letter-spacing:3px;
  margin-bottom:4px;
  padding:1px;
  border-radius:10px;
} 

h1 {
  text-align:center;
  font-family: "Press Start 2P", system-ui;
  font-size:20px;
  font-style:italic;
  color:#6C3BAA;
  }

    ::-webkit-scrollbar-thumb {
background-color: transparent;
border-radius: 0px;
border:1px solid #999;
}
::-webkit-scrollbar {
width: 7px; height: 4px; 
background: transparent;
}



a:link, a:visited, a:active {
color:#FF69B4;text-decoration:none;}
a:hover {
color:#999;}