body {
margin-top: 30px; margin-bottom: 50px; margin-right: 30px; margin-left: 30px;>
}

::selection {
  color: black;
  background: yellow;
}

/* Desktop / default image size stays the same */
img {
  width: 643px;
  height: auto;
  display: block;
}

.title-area {
    font-size: 18px;
    text-align: left;
}

.nav {
    font-size: 18px;
    text-align: left;
}

li {
    list-style-type: none;
    font-size: 18px;
}

ul {
    padding-left: 0px;
    font-size: 18px;
}

.copy { font-size: 18px;}

.copy2 { font-size: 18px;
         text-decoration: underline;}

a:visited {
    color: blue;
}

.name {
font-size: 18px;
}

.mail {
    font-size: 18px;
}

.back {
    font-size: 18px;
    position: absolute;
    bottom: absolute;
    width: 100%;
    padding: 0px;
    text-align: left;
}


footer {
    font-size: 18px;
    position: absolute;
    left: 5px;
    bottom: 30px;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 5px;
}

body {
    min-height: 100vh;
    position: relative;
}


/* For width 320px and smaller */
@media only screen and (max-width: 320px) {
  body {
    margin: 0 4px; /* equal left/right margin on small phones */
  }

  .textid { font-size: 18px; }
  p { font-size: 14px; }
  .copy { font-size: 14px; }
  footer { font-size: 14px; }

  img {
    width: 100%;       /* override desktop fixed width */
    max-width: 100%;
    height: auto;
  }
}

/* For width 500px and smaller (modern phones) */
@media only screen and (max-width: 500px) {
  body {

  }

  .textid { font-size: 14px; }
  p { font-size: 14px; }
  .copy { font-size: 14px; }
  footer { font-size: 14px; }
  .back { font-size: 14px; }

  img {
    width: 100%;       /* override desktop fixed width */
    max-width: 100%;
    height: auto;
  }

  .title-area {
      font-size: 14px;
      text-align: left;
  }


}
