* {
    margin: 0;
    padding: 0;
    font-family: "Cera Pro Medium";
    font-synthesis: none;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: "Cera Pro Medium";
    src: url(/fonts/CeraPro-Medium.woff2);
}

.smplr-wrapper {
    position: relative;
    width: 100vw;
    height: 70dvh;
}

.smplr-embed {
    position: absolute;
    width: 100%;
    height: 100%;
}

header {
    padding: 1rem 2rem;
    width: 100vw;
    background-color: #6eafd2;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

header h1 {
    color: white;
}

select {
    padding: 1rem;
    width: calc(100vw - 1rem);
    max-width: 50rem;
    align-self: center;
}