html, body{
  background-image: url('/wallpaper/.png');
  background-color: #4CB3FE;
}
.onerow1{
  display: flex;
  position: absolute;
  margin-bottom: 0;
  margin-top: 750px;
}
.snow{
  padding-top: 10px;
  max-width: 500px;
  width: 500px;
  max-height: 570px;
  height: 570px;
  position: relative;
  background-image: url('/wallpaper/snow7.png');
  background-size: cover;
  background-position: left bottom;
}
.tv{
  max-width: 300px;
  width: 300px;
  max-height: 300px;
  height: 300px;
  display: inline-block;
  background-image: url('/wallpaper/oldtv.png');
  background-size: cover;
  margin-bottom: 0;
}

#screen{
  max-width: 100px;
  width: 100px;
  position: relative;
  display: inline-block;
  background: transparent;
  pointer-events: auto;
  -webkit-user-drag: none;
  user-select: none;
}
#snowCollage{
  margin: 30px 35px;
  padding: 0 65px;
  border-radius: 10px;
  background-image: url('/wallpaper/snow.png');
  background-position: center;
}
#switch{
  margin: 0;
  padding-top: 100px;
  max-width: 100px;
  width: 100px;
  max-height: 150px;
  height: 150px;
  display: inline-block;
}
nav {
  background: #ffffff;
}
section {
  background: #F7EC04;
}
article {
  background: #F7EC04;
}
aside {
  background: #ffffff;
}