* {
    margin: 0;
    padding: 0;
  }

body {
  background-color: rgb(255, 255, 255);
  font-family: monospace ;
  font-weight: bold;
  margin-top: 23px;
  margin-left: 39px;
  /* overflow: auto; */
}

/* body::-webkit-scrollbar {
  display: auto;
} */

h1 {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 1.0em;
  margin-bottom: 1.2em;
}

h2{
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 1.0em;
    margin-bottom: 1.2em;
    margin-top: 2.4em;
}

p {
  font-size: 1.0em;
  margin-bottom: 1.2em;
  line-height: 1.2em;
  width: 800px;
}

marquee {
    height: 100px;
    width: 110px;
}

a {
  color: black;
  font-size: 1.0em;
  margin-bottom: 1.2em;
  cursor: pointer;
}

b:hover {
  color: red;
}

.a-me {
  color: rgb(1, 179, 21);
}

a:link { 
    text-decoration: none; 
  } 
a:visited { 
    text-decoration: none; 
  } 
a:hover { 
    text-decoration: none;
    color: red;
    cursor: pointer;
  } 

.hide { display: none; 
    }

b, span { 
    cursor: pointer;
    }

.large {
    font-size: 1.8em;
    line-height: 1.2em;
  }

hr {
    margin-bottom: 0.8em;
    width: 77%;
    border-top: 0.3em dotted #000000;
}

.blow-up {
  width: auto;
  height: 150px;
  padding-right: 7px;
}

#first-image {
  padding-left: 0px;
}

#end {
  margin-top: 1.2em;
}

.artist {
  color: hsl(240, 100%, 50%);
  font-family: 'Courier New', Courier, monospace;
}

.co-op{
  color: rgb(1, 179, 21);
}

.imageBox {
  position: relative;
  float: left;
} 

.imageBox .hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.imageBox:hover .hoverImg {
  display: block;
}

.test{
  display: flex;
}

.j{
  margin-top: 2px;
  display: block;
}

.work{
  padding-bottom: 5px;
}
  
.float {
  height: 70px;
}

.fix{
  position: fixed;
  bottom: 10px;
  right: 15px; 
}

.bottom{
  position: fixed;
  bottom: 1px;
}

@media screen and (min-width: 601px) {
  p.j {
    width: 800;
  }
}

@media screen and (max-width: 600px) {
  p.j ,h1 ,h2 {
    width: 95%;  
    word-wrap: break-word;
    /* font-size: 1.1em; */
  }
  .test {
    display: inline-block;
  }

.blow-up {
  height: 100px;
  padding-right: 7px;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: monospace ;
  font-weight: bold;
  margin-top: 23px;
  margin-left: 19px;
}

html, body { 
  max-width: 100%; 
  overflow-x: hidden;}}

.imageBox:active .hoverImg {
  display: block;
  }


  /* @media(hover: hover) and (pointer: fine) {
    nav .imageBox:hover {
      display: block;
    }
} */