html, body {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    background-color: #BDE0FE;
    // background: linear-gradient(45deg, #d81159, #d62828);

    font-family: "Comic Sans MS", "Comic Sans";

    .image {
        width: 75%;
        max-width: 500px;
        height: auto;
        // margin: 25px;
        border-radius: 25px;
    }
}
