* {
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
}

html, body {
    font-family: sans-serif;
    color: #000;
    height: 100%;
    width: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

img {
    max-width: 80%;
    max-height: 90%;
}

#visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 36px);
    padding: 15px;
}

p {
    text-align: right;
    font-size: 26px;
    line-height: 36px;
    padding: 15px;
}