body {
background-image: url('https://cdn.discordapp.com/attachments/753826787657515098/1389854324850561144/hannah_background.JPG?ex=6866caf5&is=68657975&hm=811c57dd0b7c105ee9a4eb83b0cfb527d8b203b30e78477789d9175890aacc73&');
  background-position:center top;
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  
 font-size: 16px;
 color: navy;
 font-family: arial, helvetica, Sans-Serif;
 font-style: normal;
 letter-spacing: normal;
 word-spacing: normal;
 line-height: normal;
 text-align: center;
 margin: 20px;
 padding: 0;
}
h1 {
    color: #ffc;
    background-color: #009;
    text-decoration: none;
}
/* notes */
h2 {
    font-size:1.5em;
    background-color: #ccc;
    margin: 20px;
    padding: 40px;
    border-style: groove;
    border-width: 3px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: red;
}
h3 {
    color: #999;
    font-size: 1.25em;
}
img {
}
a {
    text-decoration: none;
}
strong {
  font-style: italic;
  text-transform: uppercase;
}
li {
  color: #900;
  font-style: italic;
}
table {
  background-color: #ccc;
  text-align: center;
}
p {
}
.a{
  font-size: 20px;
}

.b {
  white-space: normal;
}

.c {
  white-space: pre;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: #000000; 
  color: #fff; 
  padding: 10px 20px; 
  font-size: 20px; 
  text-align: center;