body {
  background-image: url("/v1/img/dogzbak1.png");
  font-family: "Nunito";
  color: #696969;
}

.nunito-font {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.top-container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5px;
    width: 1000px;
    border: 0px solid black;
    margin: auto;
    padding: 5px;
    justify-content: center;
    margin-top: 2em;
}

.top-child {
  border: 0px solid #ccc;
  padding: 0px;
  text-align: right;
  align-content: center;
}

.top-links {
  border: 0px solid #ccc;
  padding: 0px;
  text-align: left;
  align-content: center;
  padding-left: 10pt;
  font-size: 13pt;
  word-spacing: 1rem;
  letter-spacing: 1pt;
  font-weight: bold;
}

.grid-container {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-gap: 5px;
    width: 1000px;
    height: 550px;
    border: 3px dashed #ED0A3F;
    margin: auto;
    padding: 5px;
    border-radius: 1em;
    background-color: #fff;
    justify-content: center;
}

.grid-child {
  border: 0px solid #ccc;
  padding: 0px;
}

.frame {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}

h1 {
  font-size: 55pt;
  line-height: 0px;
  letter-spacing: 15pt;
  font-family: "Nunito";
  margin-left: 1em;
  color: #ED0A3F;
  text-shadow: 2px 2px 0px #5e0117;
}

h2 {
  font-size: 25pt;
  letter-spacing: 3pt;
}

/* nav link style */
a:link {
  color: #ED0A3F;
  text-decoration-style: wavy;
}
a:visited {
  color: #ED0A3F;
  text-decoration-style: wavy;
}
a:hover {
  color: #0A3FED;
  text-decoration-style: wavy;
  text-decoration-color: #3FED0A;
  cursor: help;
}
a:active {
  color: #0A3FED;
  text-decoration-style: wavy;
  text-decoration-color: #3FED0A;
  cursor: help;
}

