@font-face {
    font-family: Font;
    src: url("/font.otf") format("opentype");
}

main {
    max-width: 1279px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}
h1,
h2 {
    font-family: Font;
    font-size: 2em;
    font-weight: bold;
}

h2 {
    font-weight: normal;
    font-size: 1.5em;
}

#projects-list {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#projects-list > h1,
#projects-list > h2,
#projects-list > h3 {
    font-family: Font;
    font-weight: bold;
    font-size: 2em;
}

#projects-list p {
    font-size: 1.5em;
}

#projects-list div {
    background: #f5f5f5;
    padding: 1em;
    border-radius: 25px;
}

.nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 75px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 1em;
    align-items: center;
    justify-content: space-between;
}
.nav a:first-child {
    margin-left: 0.5em;
}
.nav-list {
    flex-grow: 10;
    color: #497bbd;
    font-family: font;
    font-size: 1.5em;
    padding: 0em 0.5em 0em 1em;
    text-align: right;
}
.info {
    font-family: font;
    font-size: 18pt;
    margin: 0.5em 0em;
}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}
