@font-face {
    font-family: 'MeineSchrift';
    src: url('../assets/fonts/DMSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    color: rgb(60, 0, 255);
    text-align: center;
    font-family: 'MeineSchrift', sans-serif;
}

