@font-face {
    font-family: 'inter';
    src: url('Inter_24pt-Regular.ttf') format('truetype');
}

html {
    background-color: seagreen;
    font-family: 'inter';
}

body {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 500px;
    margin: 0 auto;
}

h1 {
    color: white;
    font-size: 24px;
}

p {
    color: #DDDDDD;
    font-size: 16px;
    line-height: 1.5;
}