body {
    margin: 60px auto;
    width: 70%;
}
a {
   text-decoration:none; 
   color: #b30202;
}
a:hover {
    background-color: #edbebe;
    text-decoration: underline;
}
h1 {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; 
    font-size: 28px;
    font-style: normal; 
    font-variant: normal; 
    font-weight: bold; 
    line-height: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #edbebe 65%);
    display: inline;
}

h3 {
    font-size: 1.5em;
    font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #edbebe 65%);
    display: inline;
}

h4 {
    font-size: 1em;
    font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    background-color: #b30202;
    display: inline;
}

h5 {
    font-size: 1.5em;
    text-decoration: none;
    color: #b30202;
    font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    display: inline;
}

p {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: lighter;
    font-size: 1em;
    line-height: 1.4em;
    color: #333;
}


.rightside_image {
  float: right;
  margin-top:0px;
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 50%;
  max-width: 35%;
  height: auto;
}

#footer {
    margin: 10px 0px;
    text-align: flex;
    position: fixed;
    bottom: 0px;
    font-size:70%;
    width: 100%;
    color: #222222;
    z-index: 0;
    display: flex;
    justify-content: flex-center;
    align-items: flex-start;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: lighter;
    font-size: 1em;
    line-height: 1.4em;
    color: #333;
}

.titlename {
    height: 30px;
    width: 240 px;
    margin-top: -30px;
    display:block;
}

.topnav {
    width: 100%;
    margin-top: -25px;
    margin-left: 240px;
    display: block;
    height: 30px;
}

.topnav ul {
    list-style: none;
    margin: 0;
}

.topnav ul li {
    display: block;
    float: left;
    margin-left: 70px;
    margin-right: 0px;
    font-size: 20px;
    font-weight: 300;
    color: #b30202;
}

.topnav a {
   text-decoration:none;
   color: #b30202;
}
.topnav a:hover {
   background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #edbebe 65%);
   display: inline;
}


#empty {
    width: 100%;
    height: 40px;
}
