html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.main_blog {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    background-color: white;
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    padding-top: 50px;
}


.inside_blog {
    width: 60%;
    height: 100%;
    min-height: 90dvh;
    background-color: white;
    padding: 20px;
}

.banner {
    /* border-bottom: 1px solid red; */
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.banner h4 {
    font-size: 2.5em;
    color: black;
    font-weight: 700;
    width: 60%;
}

.banner img {
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    pointer-events: none;
    border-radius: 5px;
}

.write_containt {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

.by {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    padding-bottom: 0;
    gap: 10px;
}

.by span {
    color: gray;
}

.right_side {
    padding-top: 80px;
}

.right_side h2 {
    border-bottom: 1px solid red;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    font-weight: normal;
    letter-spacing: -1px;
    color: black;
}


.right_links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
}
.right_links a {
    text-decoration: none;
    color: black;
    font-size: 1.5em;
}

.inside_blog img {
    width: 60%;
}

.sideright_button {
    margin-top: 30px;
}
.sideright_button a {
    background-color: transparent;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid black;
    color: black;
}

.sideright_button a:hover {
    background-color: black;
    color: white;
}

.highlight {
    padding: 5px;
    background-color: whitesmoke;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    font-family: monospace;
    color: #4d4c4c;
    border-radius: 5px;
}
/* fonst */

.inside_blog p {
    color: #666;
    padding-top:10px;
}

.inside_blog h1 {
    color: #292929d2;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -1px;
    margin-top: 20px;
}

.inside_blog li {
    margin-left: 50px;
    list-style: circle;
    color: #666;
}

.inside_blog a {
    color: #2e8baa;
    text-decoration: none;
    
}

.inside_blog ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.inside_blog h3 {
    color: #323131;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.inside_blog table {
    table-layout: fixed;
    margin-top: 30px;
    border-collapse: collapse;
    width: 80%;
    margin-bottom: 20px;
    border: 1px solid gray;
}

.inside_blog th {
    border: 1px solid gray;
}
.inside_blog td, th, {
    border: 1px solid greenyellow;
    padding: 38px;
}

.inside_blog tr:nth-child(even){background-color: whitesmoke; color: black;}

.inside_blog tr:hover {background-color: whitesmoke; color: black;}

.inside_blog td {
    padding: 10px;
    border: 1px solid gray;
}
.inside_blog th {
    padding: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: red;
    color: whitesmoke;
}

#hydrapwk-banner {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 350px;
    background: url('/assets/graphics/blog_graphics/hydrapwk-vertical-banner.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: black;
    padding: 20px;
}

#hydrapwk-banner h1 {
    font-size: 20px;
    color: white;
    width: 100%;
    height: fit-content;
    margin: auto;
    text-align: left;
    font-weight: normal;
    background-color: transparent;
}

.inside_blog img {
    padding-top: 30px;
}


.highlight pre {
    width: 100%;
    overflow-x: auto;
}

blockquote {
    padding-left: 5px;
    border-left: 2px solid red;
    padding-top: 0;
    font-style: italic;
    margin: o;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}



p code.language-plaintext.highlighter-rouge {
  background-color: #f5f5f5;
  color: #333;
  padding: 2px 4px;
  border-radius: 4px;
}


@media only screen and (max-width: 600px) {
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*android*/
.main_blog {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    padding-top: 0;
    padding: 0;
}


.inside_blog {
    width: 100%;
    height: 100%;
    min-height: 90dvh;
    background-color: white;
    padding: 10px;
    padding-top: 100px;
}

.banner {
    /* border-bottom: 1px solid red; */
    height: 100%;
    width: 100%;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.banner h4 {
    font-size: 1.3em;
    color: black;
    font-weight: 700;
    width: 100%;
}

.banner img {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    pointer-events: none;
    border-radius: 5px;
}

.write_containt {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

.by {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    padding-bottom: 0;
    gap: 10px;
}

.by span {
    color: gray;
}

.right_side {
    padding-top: 80px;
}

.right_side h2 {
    border-bottom: 1px solid red;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    font-weight: normal;
    letter-spacing: -1px;
    color: black;
}


.right_links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
}
.right_links a {
    text-decoration: none;
    color: black;
    font-size: 1.5em;
}

.inside_blog img {
    width: 100%;
}

.sideright_button {
    margin-top: 30px;
}
.sideright_button a {
    background-color: transparent;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid black;
    color: black;
}

.sideright_button a:hover {
    background-color: black;
    color: white;
}

.highlight {
    padding: 5px;
    background-color: whitesmoke;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    font-family: monospace;
    color: #4d4c4c;
    border-radius: 5px;
}
/* fonst */

.inside_blog p {
    color: #666;
}

.inside_blog h1 {
    color: #292929d2;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -1px;
    margin-top: 20px;
}

.inside_blog li {
    margin-left: 50px;
    list-style: circle;
    color: #666;
}

.inside_blog a {
    color: #2e8baa;
    text-decoration: none;
}

.inside_blog ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.inside_blog h3 {
    color: #323131;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.inside_blog table {
    table-layout: fixed;
    margin-top: 30px;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid gray;
}

.inside_blog th {
    border: 1px solid gray;
}
.inside_blog td, th, {
    border: 1px solid greenyellow;
    padding: 38px;
}

.inside_blog tr:nth-child(even){background-color: whitesmoke; color: black;}

.inside_blog tr:hover {background-color: whitesmoke; color: black;}

.inside_blog td {
    padding: 10px;
    border: 1px solid gray;
}
.inside_blog th {
    padding: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: red;
    color: whitesmoke;
}

#hydrapwk-banner {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 20%;
    background: url('/assets/graphics/blog_graphics/hydrapwk-vertical-banner.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 20px;
}

#hydrapwk-banner h1 {
    font-size: 20px;
    color: white;
    width: 100%;
    height: fit-content;
    margin: auto;
    text-align: left;
    font-weight: normal;
    background-color: transparent;
}

} 
