body{
    background-image: url(images/backgroundimage.png);
    background-size: cover
    }
header, footer{
    padding: -1em;
    background-color:#D8C6B8;
    clear:both;
    text-align: center
    }
body {margin:0;}
.topnav {
  overflow: hidden;
  background-color: #CF1C44;
}
.topnav a {
  float: left;
  display: block;
  color: #D8C6B8;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #5F1312;
  color: #D8C6B8;
}
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #D8C6B8
}
.image {
    text-align: center;
}
body {margin:0;}
.icon-bar {
    width: 100%;
    background-color: #D8C6B8;
    overflow: auto;
}
.icon-bar a {
    float: center;
    width: 20%
    text-align: center;
    padding: 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}
.icon-bar a:hover {
    background-color: none;
}
.fa {
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
}
div.container{
    width: 100%
    border: 1px
}
img {
    max-width: 100%;
    margin: 5px;
    height: auto;
    text-align: center;
}
p {
    text-align: justify;
    margin: 10px;
    float: left;
    font-family: "Goudy Old Style";
    font-weight: bold;
    color: #5F1312;
    font-size: 18pt;
}
.h1headline {
    text-align: center;
    font-family: "Klinic Slab Bold";
    color: #CF1C44;
    text-shadow: 1px #000000;
    font-size: 44px;
}
h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}
h2 {
    text-align: center;
    font-family: "Goudy Old Style";
    color: #0B9446;
    font-size: 16pt;
    display: block;
    font-weight: bold;
}
div {
    display: block;
}
.p2 {
    text-align: left;
    font-family: "Goudy Old Style";
    color: #5F1312;
    font-size: 14pt;
}
table {
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}
tbody {
    display: table-row-group;
    vertical-align: top;
}
tr {
    display: table-row;
    vertical-align: top;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #CF1C44;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
#myBtn:hover {
  background-color: #5F1312;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type="button"], input[type="submit"] , input[type="reset"], input[type="file"] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.container {
    border-radius: 5px;
    background-color: #D8C6B8;
    padding: 20px;
}