html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

canvas#background-canvas {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    z-index: -1;
}

div#page {
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#page > div#page-header {
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 25px;
    border-top: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
    padding: 10px;
    width: 65%;
    height: 80px;
    display: flex;
    justify-content: center;
    background-color: #00000000;
    backdrop-filter: blur(2px) contrast(80%) brightness(40%);
}

div.header-item {
    margin: 0;
    padding: 0;
    display: flex;
    transition: background-color 0.3s;
}

div.header-item:hover {
    background-color: #aaaaaa44;
}

div.header-item > a {
    margin: 0;
    padding: 10px;
    color: #ffffff4f;
    text-decoration: none !important;
    font-family: "m-plus-rounded-1c-medium";
    font-weight: 600;
    font-size: 35px;
    text-wrap: nowrap;
    line-height: 35px;
    user-select: none;
    transition: color 0.3s;
}

div.header-item:hover > a {
    color: #ffffffa9;
}

div.header-item#selected > a {
    color: #ffffff !important;
}

div.header-item#selected:hover > a {
    color: #ffffff !important;
}

div#page-header > div.seperator {
    margin: 0;
    padding: 0;
    height: 97%;
    width: 0;
    border: #ffffff solid 1px;
}

div#page > div#page-content {
    margin-top: 25px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
    padding: 10px;
    border-top: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    width: 50%;
    height: inherit;
    overflow: auto;
    background-color: #00000000;
    backdrop-filter: blur(2px) contrast(80%) brightness(40%);
}

#page-content::-webkit-scrollbar {
    width: 10px;
    background-color: #00000000;
}

#page-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ffffff2b;
}

p.text {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-decoration: none !important;
    font-family: "m-plus-rounded-1c-medium";
    font-weight: 400;
    font-size: 20px;
    text-wrap: wrap;
    line-height: 25px;
    user-select: none;
}

div.project {
    margin: 10px;
    padding: 0;
    border-left: #ffffff solid 1px;
    border-right: #ffffff solid 1px;
    background-color: #ffffff0a;
    width: 100%;
    height: 150px;
    transition: background-color 0.3s;
}

div.project:hover {
    background-color: #ffffff27;
}

div.project > a {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-decoration: none;
    color: #ffffff;
    flex-direction: row;
}

div.project > a > div.overveiw {
    margin: 0;
    padding: 20px;
    padding-right: 10px !important;
    padding-bottom: 2px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    width: fit-content;
    background-color: #00000000;
}

p.project-name {
    margin: 0;
    margin-top: 5px !important;
    padding: 4px;
    border-radius: 7px;
    color: #ffffff;
    text-align: center;
    background-color: #ffffff11;
    text-decoration: none !important;
    font-family: "m-plus-rounded-1c-bold";
    font-size: 20px;
    text-wrap: wrap;
    line-height: 20px;
    user-select: none;
}

p.version {
    margin: 3px;
    border-radius: 7px;
    color: #858585;
    background-color: #00000000;
    text-decoration: none !important;
    font-family: "m-plus-rounded-1c-bold";
    text-align: center;
    font-size: 15px;
    text-wrap: wrap;
    line-height: 15px;
    user-select: none;
}

div.project > a > div.info {
    margin: 0;
    padding: 10px;
    height: auto;
    width: inherit;
    background-color: #00000000;
}

div.overveiw > img.favicon {
    width: 100%;
    box-shadow: 0 0 50px #ffffff66;
}

p.subheading {
    margin: 0;
    padding: 4px;
    width: fit-content;
    border-radius: 7px;
    color: #ffffff;
    background-color: #ffffff22;
    text-decoration: none !important;
    font-family: "m-plus-rounded-1c-bold";
    font-size: 25px;
    text-wrap: wrap;
    line-height: 25px;
    user-select: none;
}
