body {
    margin: 0;
    padding: 0;
    background-color: #1A1A1A;
    line-height: 1.5;
    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;;
    }
    h1, h2, h3, h4, h5, h6, h7, h8 {
    color: #B5E853;
    line-height: 1.5;
    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;;
    text-align: left;
    margin: 0 0 20px;
    }
    p {
    color: #FFFFFF;
    font-size: 15px;
    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;;
    }
    .hr {
    border: 0;
    border-top: 2px dashed #B5E853;
    }
    li {
    color: #FFFFFF;
    font-size: 15px;
    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;;
    }
    .button {
    text-decoration: none;
    text-align: left;
    background-color: #121212;
    color: white;
    border: 2px solid #000000;
    border-radius: 15px;
    padding: 10px 14px;
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
    }
    .button:hover {
    text-decoration: none;
    text-align: left;
    background-color: #252525;
    color: white;
    border: 2px solid #000000;
    border-radius: 15px;
    padding: 10px 14px;
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
    }
    blockquote {
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: gray;
    color: #8D8D8D;
    padding: 20px;
    }
    td {
    color: #FFFFFF;
    border-spacing: 20px;
    text-align: left;
    padding: 8px;
    }
    th {
    color: #FFFFFF;
    border-bottom: 1px dashed #B5E853;
    text-align: left;
    padding: 8px;
    }
    dl {
    color: #FFFFFF;
    text-align: left;
    padding: 5px;
    }
    dt {
    color: #FFFFFF;
    font-weight: bold;
    }
    .smallimg {
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    }
    .largeimg {
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
    display: block;
    }
    .horizontalscroll {
    background-color: #242424;
    font-style: italic;
    overflow: auto;
    white-space: nowrap;
    color: #FFFFFF;
    padding: 10px;
    }
    ul {list-style: none;}
    ul li::before {content: ">>  "; color: #B5E853;}
    ol {display: table; margin-left: 0; margin-right: auto; list-style-position: inside;}
    /*  font style  */
    .bold {font-weight: bold;}
    .ital {font-style: italic;}
    .oblique {font-style: oblique;}
    .overline {text-decoration: overline;}
    .strickthrough {text-decoration: line-through;}
    .underline {text-decoration: underline;}
    .keyword {color: #E867E8; border: 1px solid gray; background-color: black; padding: 2px 2px; }
    .linkk {color: #6CBDEC; text-decoration: underline;}
    .w3-black,.w3-hover-black:hover{color:#BAB9B9!important;background-color:#000!important}
    /* margin for button */
    .leftmar {margin-left: 30px;}
    /* font colour*/
    .gray {color: #8D8D8D;}
    .green {color: #B5E853;}
    /* padding */
    .topp {padding-top: 10px;}
    .left {padding-left: 30px}
    .mediumsize {font-size: 19px;}
/* Copyright 1999-2020. Plesk International GmbH. All rights reserved. */
html {
    overflow-y: scroll;
    color: #000;
    font: 400 62.5%/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body,
html {
    height: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    font-size: 1.3rem;
    color: #000;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #2498e3;
    background-color: transparent;
}
a:active,
a:hover {
    text-decoration: underline;
    color: #188dd9;
    outline: 0;
}
.error-code {
    color: #f47755;
    font-size: 8rem;
    line-height: 1;
}
p { margin: 1.2rem 0; }
p.lead {
    font-size: 1.6rem;
}
hr {
    box-sizing: content-box;
    height: 0;
    margin: 2.4rem 0;
    border: 0;
    border-top: 1px solid #ddd;
}
.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}
.page:before {
    display: block;
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 1 474px;
    flex: 0 1 474px;
    background: #38444f url(server.svg) 50% 6em no-repeat;
    background-size: 44% auto;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    box-sizing: border-box;
    padding: 10rem 5rem 5rem;
    min-height: 100vh;
}
.error-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.help-actions a {
    display: inline-block;
    border: 2px solid #23a7de;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem 1rem;
    text-decoration: none;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.help-actions a:hover {
    text-decoration: none;
    background: #23a7de;
    color: #fff;
}
@media (max-width:959px) {
    .page:before {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        background-position: 50% 4rem;
    }
    .main { padding: 5rem; }
}
@media (max-width: 769px) {
    .page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page:before {
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
        background-position: 5rem -4.8rem;
        background-size: 166px auto;
    }
    .main {  /* for IE 11 */
        min-height: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}
@media (max-width: 479px) {
    h2 { font-size: 3rem; }
    .main { padding: 3rem; }
}