html {
    margin-top: 0;
    min-height: 100%;
    height: 100%;
}

body {
    position: relative;
    background: #F5F5F5;
    font-size: 20px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
    margin-right: 25px;
    margin-left: 25px;
}

#root {
    max-width: 750px;
    height: 100%;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    flex-direction: column;
}

#root p {
    margin-bottom: 30px;
    margin-top: 0;
}

h2 {
    margin-bottom: 12px;
}

img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

p.caption {
    margin-top: 5px;
    font-size: 15px;
    text-align: right;
    margin-bottom: 0;
}
