/* Reset default margin and padding for the entire page */
body  {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    background-color: #f3eff0;
    color: #160e0e
}

h1, h2 {
    text-align: center;
}

#main {
    margin: auto;
    width:fit-content;
    align-self: center;
}

a {
    color: #222222;
}

.sticky-image-wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.sticky-image-wrapper img{
    display: table;
    position: relative;
    margin: auto;
    width:100%;
}