body {
  background-image:url("https://textileskeptic.neocities.org/cathedral/stars_bg.jpg");
  background-size: 500px;
}

.tv {
  position: fixed;
  bottom: 22%;
  left: 0;
  width: 150px;
  
}
.image1 {
  position: absolute;
  top: 0;
  margin: auto;
  size: 10%;
  padding: 27px;
  padding-bottom: 15px;
}
.image2 {
  position: absolute;
  top: -19px;
  left: 10px;
  bottom: 0px;
}

a {
  position: absolute;
  color: white;
}

.border{ 
  display: flex;
  width: 100%;
}

.cathedral_left {
  background-image:url("https://textileskeptic.neocities.org/cathedral/Cathedral_side_1.png");
  background-size: cover;
  width: 450px;
  height: 800px;
  margin: 0;
  position: static;
}

.cathedral_right {
  background-image:url("https://textileskeptic.neocities.org/cathedral/Cathedral_side_2.png");
  background-size: cover;
  width: 450px;
  height: 800px;
  margin: 0;
  justify-content: flex-end;
}

.divider {
  height: 10px;
  width: 700px;
  background-color: #261d67;
}