@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/css/fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
body {
    font-family: 'Poppins', Arial, sans-serif;
    background-color: #f5f5f0; /* Light ivory */
    max-width: 1200px;
    margin: auto;
}
#main {
    padding-top: 51px;
}
h1 {
    font-size: 19px;
}
h2 {
    font-size: 18px;
}
a {
    text-decoration: none;
    color: #348caa;
}
.error-msg {
    padding: 50px;
    color: #b48585; /* brown */
    font-size: 1.3em;
}
