.topleftborder {
  transform: scaleY(-1);
  position: absolute;
  left: 0px;
  top: 0px;
  height: auto;
  width: 200px;
}

.toprightborder {
  transform: scale(-1, -1);
  position: absolute;
  left: 1064px;
  top: 0px;
  height: auto;
  width: 200px;
  overflow-x: hidden;
}

.bottomleftborder {
  position: absolute;
  left: 0px;
  top: 800px;
  height: auto;
  width: 200px;
  overflow-y: hidden;
}

.bottomrightborder {
  transform: scaleX(-1);
  position: absolute;
  left: 1064px;
  top: 800px;
  height: auto;
  width: 200px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.titleimage {
  display:  block;
  margin-left: auto;
  margin-right: auto;
  width:600px;
  height: auto;
}

.ipod {
  position: absolute;
  left: 870px;
  top: 100px;
  height: auto;
  width: 320px;
}

.spotify {
  position: absolute;
  left:890px;
  top: 130px;
  height: auto;
  width: 280px;
}
