html {
    background-color: #EFF1F5
}

@font-face {
  font-family: "D-DIN";
  src:
    url("../fonts/D-DIN.woff") format("woff")
}

body {
    font-family: D-DIN, sans-serif;
}

h1, h2, h3, p, a, ul, li, label, input {
    color: #4D4F69;
}

.title {
    text-align: center;
    font-size: 50px;
    color: #4D4F69;
}

.subtitle {
    text-align: center;
    font-size: 20px;
    color: #4D4F69;
    margin-top: -10px;
    margin-bottom: 10px;
}

.center {
    text-align: center;
}

.menu {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.menu>li {
    margin: 0;
    text-align: center;
}

.menu>li:nth-of-type(1) {
    margin-right: auto;
}

.menu li {
    list-style: none;
}

.menu a {
    font-size: 20px;
    text-decoration: none;
    color: #4D4F69;
}
