

body{
    height: 100%;
    background-color: #434242;
    background-image: url('hm_trans.png'); /* Sets the background image */
background-repeat: no-repeat; /* Prevents the image from repeating */
background-position: center; /* Centers the image */
background-attachment: fixed;
background-size: 100%; 
    color:salmon;
    


h1, h2, h3, h4, h5, h6, ul, li, p, a, span, div {
    font-family:'georgia', serif;
color:salmon;
text-align: right;
}
h1 {
    font-size: 300%;
    text-align: right;
    color:salmon;
}

.topmenu {
    display: flex;
    width:100%;
    justify-content: flex-end;
    list-style-type: none;
    text-align: right;
    background-color: transparent;
    color:salmon;
    font-family:'georgia', serif;
    
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.topmenu li{
    display: inline-block;
    font-size: 100%;
    padding: 20px;
    color:salmon;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: none;
}