body {
    font-family: 'Spline Sans', sans-serif;
    font-weight: 400;
    color: #cdd6f4;
    background-color: #1e1e2e;
}

@font-face {
	font-family: "nHaas75Bd";
	src: url(fonts/NHaasGroteskTXPro-75Bd.ttf) format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: "nHaas65Md";
	src: url(fonts/NHaasGroteskTXPro-65Md.ttf) format("truetype");
	font-weight: bold;
}

#md5 {
	font-family: 'nHaas65Md';
    font-size: 0.75em;
}

#md5 code {
    font-size: 1.45em
}

body section {
    display: flex;
}

body a:link {
    color: #cba6f7;
}

body a:visited {
    color: #cba6f7;
}

#header, #summary {
    flex-direction: row;
    align-items: center;
}

#header {
    justify-content: space-between;
}

#header h1 {
    font-size: 2em;
    font-weight: 700;
}


#summary * {
    margin-right: 0.5em;
}

#mid_list {
    text-align: center;
    margin: 0 auto;
    width: 33%;   
}

.collapsible {
    font-family: 'Spline Sans', sans-serif;
    font-weight: 400;
    background-color: #313244;
    color: #cdd6f4;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1em;
}

.active, .collapsible:hover {
    background-color: #45475a;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #181825;
}