body {
font-family: "Consolas", "Arial", sans-serif;
font-size: 14px;
color: #4E4063;
background: #221C2B;
text-align: center;
background-size: cover;
background-attachment: fixed;
background-position:center;
}

li {
text-align: left;
margin-left: 20px
}

h1 {
text-align: center;
font-size: 20px;
letter-spacing:4px;
}

h2 {
text-align: left;
font-size: 16px;
letter-spacing:4px;
text-decoration: underline;
color: white;
}

a {
font-family: "Consolas", "Arial", sans-serif;
font-size: 14px;
color: #4E4063;
text-decoration: none;
text-align: center;
}

a:hover {
font-family: "Consolas", "Arial", sans-serif;
font-size: 14px;
color: #ffffff;
text-decoration: none;
font-style: italic;
}
  
.left {
  text-align:left;
}

.box {
margin: 0 auto;
overflow: auto;
background-color: ##221C2B;
width: 40em;
height: 50em;
margin-top: 5%;
padding: 3.5em 4em;
}

.box-round {
  margin: 0 auto;
background-color: #fff;
border: 2px solid #000;
width: 32em;
height: 24em;
margin-top: 7.5%;
overflow: auto;
padding: 20px;
padding-bottom: 30px;	
border-radius: 50%;
padding: 7.5em 6em;
}

.box-noscroll {
  margin: 5% auto 4% auto;
background-color: #fff;
border: 2px solid #000;
width: 32em;
padding: 3.5em 4em;
}

.musicbox {
margin: 0 auto;
overflow: auto;
scrollbar-width: thin;
background-color: ##221C2B;
width: 50em;
height: 50em;
margin-top: 5%;
padding: 3.5em 4em;
text-align: left;
}

.stampsbox {
margin: 0 auto;
overflow: auto;
scrollbar-width: thin;
background-color: ##221C2B;
position: absolute;
top: 150px;
left: 150px;
width: 25em;
height: 20em;
margin-top: 5%;
text-align: center;
}

.graphicsbox {
margin: 0 auto;
overflow: auto;
scrollbar-width: thin;
background-color: ##221C2B;
position: absolute;
top: 50px;
left: 700px;
width: 25em;
height: 20em;
margin-top: 5%;
text-align: center;
}

.blinkiesbox {
margin: 0 auto;
background-color: ##221C2B;
position: absolute;
top: 530px;
left: 770px;
width: 25em;
height: 5em;
margin-top: 5%;
text-align: center;
}

.videosbox {
margin: 0 auto;
overflow: auto;
scrollbar-width: thin;
background-color: ##221C2B;
position: absolute;
top: 182px;
right: 150px;
width: 25em;
height: 25em;
margin-top: 5%;
text-align: center;
}

.acbox {
margin: 0 auto;
overflow: auto;
scrollbar-width: thin;
background-color: ##221C2B;
position: absolute;
top: 620px;
left: 246px;
width: 25em;
height: 20em;
margin-top: 5%;
text-align: center;
}

.webkinzbox {
margin: 0 auto;
overflow: auto;
scrollbar-width: thin;
background-color: ##221C2B;
position: absolute;
top: 620px;
right: 246px;
width: 25em;
height: 20em;
margin-top: 5%;
text-align: center;
}

.homebox {
margin: 0 auto;
background-color: #221C2B;
position: absolute;
top: 730px;
left: 735px;
width: 25em;
height: 5em;
margin-top: 5%;
text-align: center;
}

.old {
margin-top: 3%;
margin-bottom:3%;
width: 460px;
min-height:50px;
padding: 20px;
padding-bottom: 30px;	
}
  
.box img, .box-noscroll img, .box-round img {
max-width: 100%;
height: auto;
}

 .musicbox img {
max-width: 30%;
height: auto;
padding: 8px;
}


@media (max-width: 500px) {
.box, .box-noscroll {
width: 85%;
}
}
  
