@font-face {
    font-family: "Medium";
    src: url("FoundersGrotesk-Medium.ttf");
}
body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1 {
    font-family: "Medium";
    color: #1B4966
}
div {
    width: 80%;
    border: solid;
    padding: 10px;
    border-color: lightgray;
    border-radius: 10px;
    border-width: 2px;
}
p, li {
    font-family: "Medium";
    color: #1B4966;
}