* {
    box-sizing: border-box;
    font-family: "Fira Code", monospace;
    font-weight: 500;
    font-style: normal;
    color: white;
}

body {
    background-color: #29292c;
}

.what-do-i-call-this {
    display: flex;
    justify-content: center;
}

.centered-text {
    display: flex;
    width: 50rem;
    min-width: 300px;
    flex-direction: column;
    align-items: flex-start;
}

h1 {
    margin: 10px;
}

h2 {
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
}

p {
    margin: 10px;
}

a {
    color: rgb(0, 170, 255);
}

li {
    margin: 0px;
    margin-left: 15px;
}

ul {
    list-style-position: inside;
    padding: 0px;
}

.links {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
}