body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.container {
  text-align: center;
  margin-top: 30px;
  position: relative;
}

h1 {
  color: #333;
}

h2 {
  color: #444;
  margin-bottom: 20px;
  box-shadow: #e6d805 -4px -1px 20px;
  font-family: Georgia, serif;
}

a {
    text-decoration: none;
    color: #444;
    font-family: Georgia, serif;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.footer-text {
  font-family: Georgia, serif;
  font-size: 8px;
  color: #888;
  padding: 10px 20px;
  text-align: right;
  
.button {
    text-decoration: none;
    color: #444;
    border: black 1px solid;
    padding: 5px;
    border-radius: 5px;
    box-shadow: black 5px 0px 10px;
}

p {
  color: #666;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  size: 75%
}
