body {
  background: repeating-linear-gradient(to bottom, #D97A8C 0%, #DB8596 50%, #D97A8C 100%);
  background-size: 200% 1000px;
  color: black;
  font-family: Trebuchet MS;
}

a {
  color: #A6324B;
  text-decoration: none;
}

a:hover {
  color: #80273a;
  text-decoration: underline;
}

    footer {
      opacity: 0.6;
      text-align: center;
      color: #A6324B;
    }
    
    blockquote {
  border-left: 5px solid #8C031F;
  background-color: #A6324B;
  color: white;
  padding: 10px;
  width: fit-content;
  margin-left: 0;
}

.navbar a {
  color:white;
}

body .navbar {
  background: linear-gradient(#a6324b, #c43d5a);
  color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 5px solid #A6324B;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
}
    
body .title {
  background: linear-gradient(#c43d5a, #a6324b);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: -10px;
}

.main, .title, .navbar {
  background-color: #fdcdd6;
  max-width: 65%;
  word-break: break-word;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 5px solid #A6324B;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}


@media only screen and (max-width: 700px) {
  .main, .title, .navbar, .bimage {
    max-width: 100%;
  }
}

.title .bimage {
  width: 100vw;
  border-radius: 10px;
  max-width: 100%;
  box-shadow: 0 0 8px 4px #A6324B inset;
}

.himage {
  float: left;
}

::selection {
  background-color: #A6324b;
  color: white;
}

.breadcrumb {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: -20px;
}

.h1 {
  float:right;
}

.button {
  background-color: #A6324B;
  color: white;
  padding: 5px;
  max-width: fit-content;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 5px;
}

.button:hover {
  text-shadow: 2px 2px 4px #000000;
}