@font-face {
    font-family: Inter;
    src:
        url(inter/Inter-VariableFont_opsz,wght.ttf);
}

@font-face {
    font-family: Inter;
    src:
        url(inter/Inter-Italic-VariableFont_opsz\,wght.ttf);
    font-style: italic;
}

body {
    font-family: "Inter", "Verdana", sans-serif;
}

h1 {
       font-family: 'Lucida Console', monospace;
       text-align: center;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.home {
        text-align: center;
}

.content {
    margin-left: 15%;
    margin-right: 15%;
    line-height: 1.5;
}

.navbar {
    list-style-type: none;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-color: #30148F;
    display: flex;
}

ul li a.menu {
    display: block;
    color: #1cd9d2;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: bold;
}

ul li a:hover.menu {
    background-color: #111111;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
}