@charset "utf-8";
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    background-color: #5F36B4;
    font-size: 1rem;
}
body div h1 {
    margin-top: -5px;
}
