@font-face {
    font-family: computer_modern;
    src: url('./assets/fonts/cmunrm.ttf');
}

body {
    font-family: computer_modern, serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

* {
    font-weight: 100;
}

a {
    color: blue;
}

.center {
    width: 80rem;
    max-width: 100%;
}

.page_title {
    font-weight: 400;
    margin: 0.5rem 0;
    font-size: 1.25rem;
}