body {
    /* position: relative; */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

main {
    margin-block: auto;
}

section {
    display: grid;
    align-items: center;
}

img {
    height: auto;
    max-width: 100%;
}

.font-bold {
    font-weight: 700;
}

.flex {
    display: flex !important;
}

a {
    text-decoration: none;
    color: black;
}

.font-medium {
    font-weight: 500;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

.items-center {
    align-items: center;
}
/*

footer{
    position: sticky;
    bottom: 0px;
} */
