@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap');

body{
  background-image: url('Background01.svg') !important; 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-size: cover;
  font-family: "Merriweather", serif; 
  color: #000018;
}
  input {
    font-size: 1rem;
    background-color: #ffffe7; 
    color: #000018;
    border-color: black;
    border-radius: 2px;
  }
  button {
    color: #f0d0b0;
    font-family: "Merriweather", serif;
    font-size: 1rem;
    background-color: black;
    text-transform: uppercase;
    letter-spacing: 0.2ch;
    border-radius: 2px;
  }
  img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  h1 {
    font-family: Roboto, "Open Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #000018;
    text-align: center;  
  }
  h2 {
    font-family: Roboto, "Open Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #000018;
  }
  h3 {
    font-family: Roboto, "Open Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #000018;
  }

  a:link {
    color: #c06060;
    background-color: transparent;
    text-decoration: underline;
  }

  a:visited {
    color: #c06060;
    background-color: transparent;
    text-decoration: none;
  }

  a:hover {
    color: #c00000;
    background-color: transparent;
    text-decoration: underline;
  }

  a:active {
    color: #c06060;
    background-color: transparent;
    text-decoration: underline;
  }

table {
    border-collapse: separate;
    border: 0px solid rgb(100, 100, 100);
    font-family: "Merriweather", serif;
}

td,
th {
    border: 0px solid rgb(100, 100, 100);
    padding: 10px 10px;
}

td {
    text-align: left;
}

.wrappingimage
{
    float: left;
    margin: 10px 12px 3px 4px;
}
.centerimage
{
    text-align: center;
    margin: 32px 12px 3px 4px;
}
img[src*="#wrap"]
{
    float: left;
    margin: 10px 12px 3px 4px;
}
img[src*="#center"]
{
    text-align: center;
    margin: 32px 12px 3px 4px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
