.bodoni-moda-header {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.kalam-regular {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

h1 {
    font-size: 32px;
}

body {
    /* background-color: rgb(255, 248, 226); */
    margin: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 100dvh; */
    margin-top: -32px;
    overflow: hidden;
    height: 100dvh;
}

div.header {
    /* height: 64px; */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1); */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 32px;
    /* background-color: red; */
}

div.drawing-sequence-container {
    /* background-color: white; */
    border-radius: 16px;
    overflow: hidden;
    /* max-width: 800px; */
    box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.2);
    /* min-height: 400px; */
    /* padding: 16px; */
    /* width: 100%; */
    display: flex;
    /* width: 100%; */
    max-width: 1600px;
}

div.drawing-sequence-container > img {
    width: 100%;
    /* aspect-ratio: auto; */
    /* pointer-events: none; */
}