.md-main {
    background-image: url("../assets/maxim-berg-lnvpji4fC3c-unsplash.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.md-main__inner {
    background-color: white;
    border-radius: .1rem;
}

img {
    border-radius: .1rem;
}

.md-content a {
    text-decoration: underline;
}

.md-content a:hover {
    text-decoration: none;
}
