@font-face {
    font-family: 'ComputerModern';
    src: url('fonts/cmunrm.ttf') format('opentype');
}

@font-face {
    font-family: 'ComputerModern';
    src: url('fonts/cmunrb.ttf') format('opentype');
    font-weight: bold;
}

li {
    margin: 10px 0;
}
body {
    font-family: 'ComputerModern';
    margin: 0;
    padding: 0;
}

a {
    color: #0300CF;
    font-weight: bold;
}
a:hover {
    color: #0D6937;
}

.content-container {
    text-align: justify; 
    max-width: 650px;
    margin: auto;   
    line-height: 150%;
}

.content-container a {
    text-decoration: none;
    background-color: #e6e6ef;
}

.title {
    font-family: 'ComputerModern';
    text-align: center;
    font-size: 5.5rem;
    font-weight: normal;
    margin-bottom: 33px;
    color: #000080;
}

.footer {
    display: flex;
    justify-content: space-between;
    max-width: 650px;
    margin: auto;
}
.footer div {
    display: flex;
    flex-direction: column;
}
.right-align {
    text-align: right;
}

::selection {
    background-color: #D4D4FF;
}

@media (max-width: 768px) {
    .content-container {
        padding: 1rem;
    }
    .footer {
        padding: 1rem;
    }
}
