body {
  font-family: 'Times New Roman', Times, serif;
  padding-left: 160px;
  padding-right: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #330799;
}

.content {
  position: relative; /* for the overlap */
}

/* image column */
.fixed-column {
  float: left;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  margin-right: 20px;
  padding-bottom: 50px;
}

.fixed-column img {
  max-width: 100%;
  height: auto;
}

/* this helps the title overlap the images */
.title {
  font-size: 80px;
  line-height: 70px;
  color: white;
  -webkit-text-stroke: 1px #330799;

  position: absolute;
  top: 10px;
  left: 200px;
  z-index: 10;
}

.title:hover {
  color: #71be52;
  -webkit-text-stroke: 1px #71be52;
  font-style: italic;
}

/* text about work */
p {
  padding-left: 450px;
  padding-right:120px;
  text-align: left;
  text-justify: inter-word;
  padding-top: 140px;
  text-align: justify;
  text-justify: inter-word;
  font-size: 16.5px;
  position:fixed;
  font-family:sans-serif;
}

/* info page */
h2 {
  text-align: right;
  font-size: 40px;
  color: white;
  -webkit-text-stroke: 0.01px #330799;
}

/* the house icon takes you back to the homepage */
h1 {
    font-size:50px;
    font-family: sans-serif;
  color: white;
  -webkit-text-stroke: 1px #330799; }
h1:hover {
  font-size: 50px;
   color: #71be52;
     -webkit-text-stroke: 1px #71be52;
  font-style: italic;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.title {
  position: absolute;
  top: 10px;
  left: 200px;
  z-index: 10;
}

.preview {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 300px;
}

.title:hover .preview {
  display: block;
}

/* PHONE */
@media (max-width: 768px) {

  body {
    padding: 20px;
  }

  h1 {
    font-size: 36px;
    -webkit-text-stroke: 0.5px #330799;
  }

  .fixed-column {
    width: 180px;
    margin-right: 15px;
  }

  .title {
    font-size: 42px;
    line-height: 40px;
    left: 90px;
    top: 10px;
  }

  .preview {
    width: 180px;
  }

  p {
    padding-left: 210px;
    padding-right: 20px;
    padding-top: 130px;
    font-size: 6px;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
  }

}
