html {
 overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
 width: 100vw;
 overflow: hidden;
}

.article-content {
    line-height: 1.8;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 4px;
}

.article-content video {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 4px;
}

.article-content iframe {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 1rem 0 !important;
    border-radius: 4px !important;
}

.article-content table {
    width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
}

.article-content table, .article-content th, .article-content td {
    border: 1px solid #dee2e6;
}

.article-content th, .article-content td {
    padding: 0.75rem;
}

.rounded-search {
    border-radius: 50px;
    border-width: 3px;
    padding-left: 20px;
    font-size: 1.1rem;
    height: 50px;
}

.search-btn {
    border-radius: 50px;
    padding: 0 1.5rem;
    margin-right: 5px;
    font-size: 1.1rem;
    height: 50px;
}