body { padding-left: 20 cm; background-color: rgba(24, 149, 187, 0.322)}
    #navigation {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 16px;
    }
    .menu {
        height: 30px;
        background-color: rgba(29, 118, 190, 0.705);
        padding: 5px;
        font-size: 24px;
        width: 100%;
        position: fixed; 
    }
        .menulink {
            float: right;
            padding-left: 30px;
            padding-right: 30px;
            color: white;
        }
        
        .menulink > a:link {
            text-decoration: rgb(255, 255, 255);
            color: rgb(255, 255, 255);
        }
          
        .menulink > a:visited {
            color: rgb(73, 0, 95);
        }
          
        .menulink > a:hover {
            text-decoration: underline;
            color: rgb(218, 238, 106);
        }
          
        .menulink > a:active {
            color: rgb(255, 166, 0);
        }
h1 { margin-top: 100px; margin-left: 100px;}