html, body{
  background-image: url('/wallpaper/.png');
  background-color: #fff;
}
#switchPin{
  max-width: 100px;
  width: 100px;
  margin-bottom: 10px;
}
#image{
  border: 1px solid black;
  box-shadow: 5px 5px 10px black;
  max-width: 200px;
  width: 200px;
  position: relative;
  display: inline-block;
  background: transparent;
  pointer-events: auto;
  -webkit-user-drag: none;
  user-select: none;
}
.pinboard{
  background-image: url('/wallpaper/pinboard.png');
  background-size: cover;
  background-position: center left;
  padding-bottom: 10px;
}
.city{
  padding-top: 10px;
  max-width: 340px;
  width: 340px;
  max-height: 620px;
  height: 620px;
  background-image: url('/wallpaper/sakura2.png');
  background-size: cover;
  background-position: center top;
}
.tv{
  max-width: 300px;
  width: 300px;
  max-height: 300px;
  height: 300px;
  background-image: url('/wallpaper/oldtv.png');
  background-size: cover;
}
#screen{
  max-width: 150px;
  width: 150px;
  position: relative;
  display: inline-block;
  background: transparent;
  pointer-events: auto;
  -webkit-user-drag: none;
  user-select: none;
  border-radius: 5px;
}
.menu select{
  padding: 0 15px;
}
.menu{
  margin:35px;
  padding: 0 65px;
  border-radius: 10px;
  background-image: url('/wallpaper/bubbles.png');
  background-position: center left;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#switch{
  margin-top: 20px;
  max-width: 200px;
  width: 200px;
}
.goldframe{
  max-width: 600px;
  width: 600px;
  max-height: 1000px;
  height: 1000px;
  background-image: url('/wallpaper/flowerwall.png');
  background-size: cover;
  background-position: center;  
}
#switchLive{
  max-width: 250px;
  width: 250px;
}
#onMS{
  margin-top: 10px;
  margin-left: 10px;
  padding: 90px 85px 90px 82px;
  background-image: url('/wallpaper/antiqueframe.png');
  background-size: cover;
  background-position: center;  
}
#discman{
  margin-top: 10px;
  max-width: 300px;
  width: 300px;   
}
nav{
  background-color: #4CB3FE;
}
section{
  background-color: #DA3E52;
}
article{
  background-color: #DA3E52;
}
aside{
  background-color: #4CB3FE;
}