/* roboto-mono-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-mono-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
    background-color: #000;
    color: #fff;
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
}
.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 20vh;
}
p {
    display: inline-block;
    width: 300px;
}

ul {
    list-style: none;
    width: 300px;
    padding: 0;
}
li {
    display: inline-block;
}
.contact a svg {
    width: 40px;
    height: 40px;
}