body{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "Eater", serif;
}

.images{
    display: flex;
    flex-direction: row;
  }
  
  .web{
    position: absolute;
    height: 300px;
    top: 0px;
    left: 0px;
    filter: contrast(100);

  }