body {
  background-image: url("https://textileskeptic.neocities.org/png/paper_background.jpg");
  color: #000;
  padding: 25px;
  font-family: 'gaegu';
}

@font-face {
    font-family: 'gaegu'; /*a name to be used later*/
    src: url('https://textileskeptic.neocities.org/gaegu/Gaegu-Regular.woff'); /*URL to font*/
}


.main {
  background-image: url("https://textileskeptic.neocities.org/png/denim.jpg");
  background-size: 500px;
  color: #fff;
  font-family: 'gaegu';
  width: 1000px;
  position: relative;
  margin-left: 200px;
  border-radius: 15px;
}

.ideation_body {
  background-image: url("https://textileskeptic.neocities.org/wood.jpg");
  background-size: 100%; 
  color: #fff;
  font-family: 'gaegu';
  width: 1000px;
  position: absolute;
  margin-left: 300px;
  border-radius: 15px;
  text-align: center;
}

.left {
    height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url("https://textileskeptic.neocities.org/png/flannel.jpg");
  background-size: 300px;
  overflow-x: hidden;
  padding-top: 20px;
  color: #fff;
  font-size: 30px;
}

.home {
  width: 200px;
  background-image: url("https://textileskeptic.neocities.org/png/catarm1.jpg");
}

.column {
  float: left;
  width: 33.33%;
  padding: 0px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

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

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.home_link {
  width:100%;
  height: 100px;
  background-image: url("https://textileskeptic.neocities.org/png/catarm1.png");
  background-size: 100%;
  text-align: center;
  line-height: 100px;
  font-family: 'gaegu';
}

.home_link:hover {
  font-size: 125%;
}

.knit_link {
  width:100%;
  height: 100px;
  background-image: url("https://textileskeptic.neocities.org/png/catarm2.png");
  background-size: 100%;
  text-align: center;
  line-height: 100px;
  font-family: 'gaegu';
}

.knit_link:hover {
  font-size: 125%;
}

.ideation_link {
  width:100%;
  height: 100px;
  background-image: url("https://textileskeptic.neocities.org/png/catarm3.png");
  background-size: 100%;
  text-align: center;
  line-height: 100px;
  font-family: 'gaegu';
}

.ideation_link:hover {
  font-size: 125%;
}