body {
    margin:0;
    padding:0;
    user-select: none;
}

.secretlink {
    text-decoration: none;
    color:black;
}

.normalparagraph {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.globalpagetitle {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style:normal;
    font-size: xx-large;
    padding:0;
    margin:15px;
}

.titlediv {
    width:min-content;
    height:min-content;
    padding: 5px;
    margin:15px;
    border-radius: 25px;
    background-color: lightgray;
    cursor: pointer;
    user-select:none;
}

.active{
    background-color: hsl(0, 0%, 50%);
    cursor: default;
}
.active a:hover{
    background-color: hsl(0, 0%, 50%);
}

.navbar{
    text-align: center;
    position:sticky;
    top:0;
}
.navbar a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}

.navbar a:hover{
    background-color: hsl(0, 0%, 50%);
}

.navbar li{
    float:left;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:x-large;
    text-align: center;
    border-right: 2px solid #bbb;
    user-select: none;
}

.navbar ul{
    list-style-type: none;
    background-color: hsl(0, 0%, 65%);
    text-align: center;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

button {
    font-family: "Comfortaa", sans-serif;
    text-align: center;
    border-radius: 20px;
    margin-top:10px;
    font-size: 17px;
    background-color: rgb(226, 226, 226);
    border: solid;
    box-shadow: 5px 5px 5px lightgray;
    cursor: pointer;
    border-color: black;
    user-select: none;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left:15px;
    padding-right: 15px;
    color:black;
    text-decoration: none;
}

button:active {
    background-color: lightgray;
    border-color:gray;
    box-shadow: none;
}

.button {
    font-family: "Comfortaa", sans-serif;
    text-align: center;
    border-radius: 20px;
    margin-top:10px;
    font-size: 17px;
    background-color: rgb(226, 226, 226);
    border: solid;
    box-shadow: 5px 5px 5px lightgray;
    cursor: pointer;
    border-color: black;
    user-select: none;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left:15px;
    padding-right: 15px;
    color:black;
    text-decoration: none;
}

.button:active {
    background-color: lightgray;
    border-color:gray;
    box-shadow: none;
}

.input {
    font-family: "Comfortaa", sans-serif;
    text-align: center;
    width: 500px;
    padding: 5px;
    border-radius: 20px;
    border-style: solid;
    font-size: 17px;
    border:3px,solid,black;
    box-shadow: 5px 5px 5px lightgray;
    user-select:none;
}

.input:focus {
    outline: none;
    border-color:gray;
    box-shadow: none;
}

.pagetitle {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    cursor: default;
    user-select: none;
}

.pageheading {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: x-large;
    padding: 0px;
    margin: 10px;
    cursor: default;
    user-select: none;
}

.textfont {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    cursor: default;
    overflow-wrap:anywhere;
    white-space:inherit;
    font-size: 20px;
    user-select: none;
}