* {
  box-sizing: border-box;
}

html {

}

body {
    margin: 0;
    padding: 40px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #838386;
    background-color: #1a1c24;
    height: 100%;
}

h1 {
    font-size: 24px;
    color: #99999b;
}

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

li {
    line-height: 1.8em;
}

a, a:visited {
    color: #C46B4A;
    text-decoration: none;
}

a.lighter-link {
    color: #d6d6d7;
}

a.larger-link {
    font-size: 18px;
}

a:hover {
    color: #C46B4A;
}

p {
    line-height: 1.5em;
}

.block {
    max-width: 800px;
    border-top: 1px solid #3d3e43;
}

.splash-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    max-width: 450px;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
    transform: translateX(-50%);
}
