body {
  background-color: #DCEBF1;
  background-image: url('https://tooru-illustration.neocities.org/PICTURES/background.png');
  
  color: #032F75;
  font-family: 'Courier New', monospace;
  font-size: 15px;
  font-weight: bold;
  line-height:140%;
  
  display: flex;
  align-items: center;
  justify-content: center;

 }

:webkit-scrollbar {
  scrollbar-color: #78AEE5 #F7EFD7;
  }

#container {
  width: 900px;
  height: 800px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom:10px;
  padding: 10px;
  border-style: dashed;
  border-color: #78AEE5;
  border-radius: 10px;
  background-color: #F7EFD7;
  overflow:auto;
  }

#header {
  border-style: dashed;
  border-color: #78AEE5;
  border-width: 2px;
  border-radius: 25px;
  width: 900px;
  max-height: 50px;
    margin: 0 auto;
    margin-top:65px;
  padding:10px;
  align-content: center;
  background-color: #0E41F1;
  }


.indexcontainer {
  margin-top:150px;
  }

.about {
  background-color: #FDFBF4;
  border-style: dashed;
  border-color: #78AEE5;
  width:740px;
  border-width: 2px;
  border-radius: 8px;
  padding: 15px;
  }

.games {
  max-width:160px;
  margin-top:12px;
  background-color: #FDFBF4;
  border-style: dashed;
  border-color: #78AEE5;
  border-width: 2px;
  border-radius: 8px;
  padding: 15px;
}

.other{
  max-width:160px;
  margin-top:12px;
  background-color: #FDFBF4;
  border-style: dashed;
  border-color: #78AEE5;
  border-width: 2px;
  border-radius: 8px;
  padding: 15px;
}

li{
  font-size:15px;
}

ul {
    list-style: none;
    padding-left: 0;
}
      
    
hr {
  border-bottom:1px solid;
  margin-top:15px;
  margin-bottom:20px;
}

.artwork {
  margin-top:40px;
  
  display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
  
}

.artwork > img{
  width:280px;
  height:auto;
}
    
    
.sites {
  background-color: #FDFBF4;
  border-style: dashed;
  border-color: #78AEE5;
  width:740px;
  border-width: 2px;
  border-radius: 8px;
  padding: 15px;
  }
    
