@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,600&display=swap');

.main-content {
    padding: 0;
}

.main-content figure {
    padding: 0 !important;
    width: auto !important;
    margin-bottom: 20px;
}

.main-content img {
    width: auto !important;
}



.shadowText {
    text-shadow: 1px 3px #000000;
}

.page_404 {
    padding: 40px 0;
    background: #fff;
    margin: auto;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}