@font-face {
    font-family: 'Niki';
    src: url('Niki-Regular.ttf') format('truetype');
}

body {
    font-family: 'Niki';
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.2;
    font-size: 36px;
}

p {
    margin: 0.3em 0;
}

h1 {
    color: #333;
    text-align: center;
    font-size: 108px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

h2 {
    line-height: 1.2;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    line-height: 1.2;
    margin-top: 0;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: 'Niki';
    font-size: 36px;
}

.lang-switch {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
}

.home-link {
    position: absolute;
    top: 20px;
    left: 20px;
}

.home-link img {
    width: 24px;
    height: 24px;
    display: block;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    font-size: 36px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
}

.nav-links a:hover {
    text-decoration: underline;
}
