body {
    background-image: url(./images/bckby.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
h1 {
    text-align: center;
    font-family: "Garamond", serif;
    font-weight: bold;
    font-size: 60px;
}
h2 {
    text-align: center;
    font-family: "Garamond", serif;
    font-weight: bold;
}

.container {
   text-align: center;
 }
section {
    display: flex;
    justify-content: center;
    align-items: center;
}
figure.left {
grid-column: 1;
}
figure.right {
float: right;
}
.badge {
    max-height: 20px;
}
/*body {
    background-image: url(https://64.media.tumblr.com/b9371cf52bda52f58d3f8ab5728fee7c/bcd0018f328c4157-9e/s500x750/4aac10d50b57968da79e3103559417afcd1a32ba.png);
}