@font-face {
    font-family: 'HKGrotesk';
    src: url('fonts/HKGrotesk/HKGrotesk-Regular.woff2');
}
@font-face {
    font-family: 'EBGaramond';
    src: url('fonts/EBGaramond/EBGaramond-Regular.woff2');
}
.watermark-name{
    font-family: 'HKGrotesk';
    writing-mode: sideways-rl;
    white-space: nowrap;
    font-size: 160pt;
    position: absolute;
    right: 0%;
    background: linear-gradient(to bottom, blue 0%, white 105%);
    color:transparent;
    background-clip: text;
    z-index: -1;
}
.watermark-star{
    font-size: 160pt;
    position: fixed;
    bottom: 0vh;
    background: linear-gradient(to right, blue 0%, white 105%);
    color:transparent;
    background-clip: text;
    z-index: -1;
}
p{
    color: black;
    font-family: 'EBGaramond';
    font-size: 15pt;
    padding: 0px;
    margin: 0px;
}
a:link{
    font-family: 'HKGrotesk';
    color: red;
    text-decoration: none;
    font-size: 14pt;
}
a:visited{
    color: red;
}
a:hover{
    color: black;
}
a:active{
    color: black;
}
/* The following "center" lets the column "container" be centered and sets it's max width. */
.center{
    border: 1px solid;
    border-color: black;
    margin: auto;
    width: 45%;
    z-index: 1;
    background-color: white;
}
/* The following container defines the columns on the page. */
.container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.navigation{
    margin: 20px;
    border: 1px solid;
    border-color: black;
    width: 30%;
    padding: 10px;
}
.content{
    margin: 20px;
    border: 1px solid;
    border-color: black;
    width: 70%;
    padding: 10px;
}