.wallpaper {
  display: flex;
  background-image: url(../assets/windows_wallpaper.jpg);
  height: 100vh;
  width: 100%;
  background-repeat: repeat;
  background-position: right center;
  background-size: cover;
  overflow: auto;
  position: relative;
}
