
body, html {
    height: 100%;
}

body {
    margin: 0 0 8px 0;
    font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    line-height: 1.25;
}

a {
    text-decoration: none;
    color: #23527c;
}

li {
    list-style: disc;
}

h1 {
    font-size: 53px;
}

h2 {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    font-size: 43px;
}

h3 {
    font-size: 36px;
}

h3 small {
    font-size: 18px;
    color: #686868;
}

main {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.splash {
    height: calc(100% - 150px);
    background-size: cover;
    text-align: center;
    background-color: #292c34;
    background-image: url("img/gauss-crack.png");
    background-repeat: no-repeat;
    background-position: left;
}

.splash h1 {
    display: inline-block;
    box-shadow: 0 0 20px #fff;
    padding: 10px;
    color: #0f0;
    background-color: #000;
    margin: 10% 0 0;
    font-family: "Courier New", monospace;
}

.blinking-cursor {
    animation: 1.2s blink step-end infinite;
    border: none;
}

@keyframes blink {
    from, to {
        visibility: hidden;
    }
    50% {
        visibility: visible;
    }
}

ul {
    list-style: none;
    padding-left: 0;
}

dt {
    font-weight: bold;
}

.contributions {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.contribution {
    width: 100%;
    max-width: 400px;
    padding-left: 10px;
    padding-right: 10px;
}

.projects {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.project {
    max-width: 400px;
    padding-left: 10px;
    padding-right: 10px;
}

footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #d9d9d9;
    background-color: #212121;
}

.github-logo {
    vertical-align: middle;
    height: 40px;
}
