main {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: initial;
    background-image: linear-gradient(#9CF, #CFF) !important;
    color: black;
    text-align: center;
}

main > hr {
    position: absolute;
    padding: 0;
    margin-top: 108px;
    width: calc(100% - 20px);
    border: none;
    border-top: 2px dashed black;
    z-index: -1;
}

main > img {
    height: 196px;
    width: 196px;
    padding: 10px;
}

h3 {
    text-decoration: underline;
}
a {
    font-weight: bold;
    color: black;
}

footer {
    position: absolute;
    bottom: 0;
}


