@import url('https://fonts.googleapis.com/css?family=Inter');

* {
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    /* font-family: 'Inter';
    font-family: 'Segoe UI'; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 25px;
    background-color:#f7efe1;
}

html {
    height: 100%;
    margin: 0;
    /* overflow: hidden; */
}

.content {
    width: 720px;
    margin: auto;
    display: block;
    border: none;
}

/* body {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
} */

h1 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0;
}

h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
}

h3 {
    font-size: 1em;
    font-weight: 100;
    margin: 0;
}

p {
    margin: 25px;
    background-color:#fef9f0;
}

iframe {
}