@font-face {
    font-family: leipis;
    src: url(Besley/static/Besley-Regular.ttf);
}

@font-face {
    font-family: leipis;
    src: url(Besley/static/Besley-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: leipis;
    src: url(Besley/static/Besley-Italic.ttf);
font-style: italic;
}

body {
    background-color: #bbe4ff;
}
main {
    background-color: white;
    max-width: 700px;
    padding: 40px;
    margin-right: auto;
    margin-left: auto;
    font-family: leipis, sans-serif;
}


figcaption {
    color: gray;
    font-size: 13px;
}
figure {
    float: right;
}