body {
    background-color: black;
}


 
.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 5fr);
  /* grid-template-columns: 1fr 1fr 1fr;*/
  /* grid-template-columns: 1fr 50px 1fr 1fr;*/
  grid-gap: 1px;
  /* grid-template-rows: 200px 200px 200px; */
  grid-auto-rows: 200px;
}

div {
  background-color: ;
}


/*background {
      color: hotpink;*/



a {
    font-family: futura-medium;
    color: white;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 4px;
}

#main {
    /*text-decoration: overline; */
    float:right;
    transform: rotate(90deg);
    
}

#about {
    float: left;
    transform: rotate(-90deg);
}


#work:hover {
  text-decoration: line-through;
  color: red;
}

#main:hover {
  text-decoration: line-through;
  color: red;
}

#about:hover {
  text-decoration: line-through;
  color: red;
}

#one {
    padding-top: 10px;
    width: 140%;
    
    
}
