* {
    padding: 0;
    margin: 0;
}
p{
    font-family: Arial, Roboto, sans-serif;
    text-indent: 50px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    margin: 20px;
    text-align: justify;
}


/* cont 18, but 20, head 28 */










body {
    margin: 0px 0% 0px 0px;
    color: white;
    background-color: rgb(255, 255, 220);
    font-family: Arial, Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh; 
}

.indh{
    font-family: Arial, Roboto, sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 12px;
    margin-top: 10px;
    color: black;
    text-align: center;
    text-decoration: underline;
}
.hd{
    margin: 20px 5%;
    display: flex;
}
#hi {
    font-family: Arial, Roboto, sans-serif;
    color: rgb(220, 0, 0);
    text-align: left;
    font-weight: 600;
    text-shadow: 10px 5px 10px rgba(0, 0, 0, 0.2);
    margin: auto auto 15px 5%;
    text-decoration: underline;
}

#hi h1{
    font-family: Arial, Roboto, sans-serif;
    font-weight: 600;
    margin-bottom: 18px;
}

.content {
    font-family: Arial, Roboto, sans-serif;
    font-size: 18px;
    background-color: rgb(39,39,39);
    padding: 10px 20px;
    border-radius: 20px;
    margin: 10px 3%;
    margin-bottom: 45px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0, 0.8);
}
#pp p {
    font-family: Arial, Roboto, sans-serif;
    text-indent: 0px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    margin: 5px 3% 5px 6%;
    text-align: justify;
}
h4 {
    margin-top: 20px;
    margin-left: 3%;
    color: rgb(255, 255, 0);
}
.gl {
    color: rgb(0, 255, 255);
    font-family: Arial, Roboto, sans-serif;
    text-decoration: none;
}
.gl:hover {
    color: rgb(0, 255, 255);
    font-family: Arial, Roboto, sans-serif;
    text-decoration: underline;
}
.lo ul {
    display: flex;
    margin: 0px 26%;
    list-style: none;
    padding-bottom: 0px;
    justify-content: space-evenly;
}
.lo img{
    margin-top: 10px;
    width: 42px;
    box-shadow: 15px 8px 15px 0 rgba(0, 0, 0, 0.6);
    transition: 0.2s;
    border: 1px solid black;
    border-radius: 10px;
}
.lo img:hover{
    filter: brightness(160%);
    box-shadow: 10px 5px 5px 0 rgba(0,0,0, 0.9);
}
.lh{
    display: flex;
    justify-content: space-evenly;
    margin: 10px 10% 0px 10%;
}
button{
    background: transparent;
    border: transparent;
    box-shadow: 0 0 5px rgb(0, 0, 0, 1);
    padding: 8px 0px;
    border-radius: 12px;
    margin-bottom: 15px;
}
.link {
    font-family: Arial, Roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    text-shadow: 0 0 5px rgb(0, 0, 0, 0.4);
    padding: 8px 10px; 
    background-color: rgb(205, 0, 0);
    border: 2px solid rgb(205, 0, 0);
    border-radius: 12px;
    transition: 0.1s linear;
}
.link:hover {
    background-color: yellow;
    text-shadow: none;
    color: black;
    border: 2px solid black;
}
.smh{
    font-family: Arial, Roboto, sans-serif;
    margin: 20px auto;
    font-size: 18px;
    text-align: center;
    color: yellow;
}
.ll{
    text-align: center;
    font-size: 18px;
    margin: auto 20px;
}
footer{
    top: 100%;
    position: sticky;    
}
.ei{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 4% 7px 4%; 
}
.ei a{
    font-family: Arial, Roboto, sans-serif;
    font-size: 18px;
    color: rgb(0, 0, 255);
    text-decoration: none;
}
.ei a:hover {
    color: rgb(0, 0, 255);
    font-family: Arial, Roboto, sans-serif;
    text-decoration: underline;
}
.luo{
    font-family: Arial, Roboto, sans-serif;
    font-size: 12px;
    text-align: right;
    color: rgb(0, 0, 0);
}
.con {
    display: flex;
    background: #222;
    color: rgb(255, 255, 255);
    border-radius: 20px 20px 0 0;
    font-family: Arial, Roboto, sans-serif;
    font-size: 18px;
    padding: 10px 0;
    justify-content: space-evenly;
    text-align: center;
    margin: 0 3%;
}
.con a {
    color: rgb(0, 255, 255);
    font-family: Arial, Roboto, sans-serif;
    text-decoration: none;
}
.con a:hover {
    color: rgb(0, 255, 255);
    font-family: Arial, Roboto, sans-serif;
    text-decoration: underline;
}















.hwh{
    font-family: Arial, Roboto, sans-serif;
    color: rgb(220, 0, 0);
    font-weight: 600;
    text-align: center;
    margin: 15px auto 20px auto;
    font-size: 30px;
    text-shadow: 10px 5px 10px rgba(0, 0, 0, 0.2);
}
.r img{
    float: right;
    margin: 0px 20px 5px 10px;
    width: 51%;
    height: auto;  
}
.pend {
    float: right;
    width: 35%;
    height: auto;
    margin: 20px 20px 5px 10px;
}
.Bharat {
    float: right;
    width: 40%;
    height: auto;
    margin: 0px 20px 5px 10px;
}














.uph{
    background-color: #222;
    margin: 0px 5%;
    padding: 5px;
    border-radius: 20px 20px 0 0;
}
.liro, .daro{
    font-family: Arial, Roboto, sans-serif;
    font-size: 18px;
    margin: 0px 5%;
    border-left: 4px solid #222;
    border-right: 5px solid #222;
}
.liro{
    background: #ffffff;
}
.daro{
    background: #d4d4d4;
}
.row{
    display: flex;
    padding: 3px 0;
    margin: 0 1%;
}
.date{
    font-family: Consolas, Menlo, 'Droid Sans Mono', monospace;
    font-size: 17px;
    color: black;
    font-weight: 700;
    min-width: max-content;
    white-space: nowrap;
    margin: auto 0;
}
.comment{
    font-family: Arial, Roboto, sans-serif;
    font-size: 18px;
    color: black;
    width: auto;
    margin-left: 10px;
    text-align: left;
}
#dh{
    font-family: Arial, Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: yellow;
    margin: 3px auto;
}
#dhd{
    font-family: Arial, Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: yellow;
    margin: auto 0;
}
.upf{
    background-color: #222;
    margin: 0px 5% 10px 5%;
    padding: 2px;
    border-radius: 0px 0px 6px 6px;
}
.line{
    background-color: #222;
    margin: 10px 3%;
    padding: 3px;
    border-radius: 4px;
}


.Ad {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Ad p{
    text-indent: 0px;
    color: rgb(17, 17, 17);
    margin: 0px auto 4px auto;
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
}
.Adc {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
}















.err p{
    font-family: Arial, Roboto, sans-serif;
    font-size: 30px;
    font-style: bold;
    color: rgb(30, 30, 30);
    text-align: center;
    text-indent: 0px;
    margin: 50px auto;
}







/* cont 16, but 18, head 24 */


@media (orientation: portrait) {
    .indh{
        font-family: Arial, Roboto, sans-serif;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 10px;
        color: black;
        text-align: center;
        text-decoration: underline;
    }
    .lo ul {
        display: flex;
        margin: 28px 5%;
        list-style: none;
        padding-bottom: 0px;
        justify-content: space-evenly;
    }
    .lo img{
        margin-top: 0px;
        width: 45px;
        box-shadow: 16px 8px 8px 0 rgba(0,0,0, 0.6);
        transition: 0.2s;
        border-radius: 10px;
    }
    .lo img:hover{
        filter: brightness(150%);
        box-shadow: 10px 5px 5px 0 rgba(0,0,0, 0.9);
    }
    .content {
        font-family: Arial, Roboto, sans-serif;
        margin: 0;
        margin-bottom: 35px;
        padding: 10px 0px;
        border-radius: 20px;
    }
    #swap {
        display: flex;
        flex-direction: column-reverse;
    }
    .lh{
        display: block;
        margin-bottom: 10px;
        margin: 0px 5% 10px 5%;
    }
    .lh button{
        padding: 0;
        display: block;
        margin: 5px auto;
        box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
        background-color: rgb(200, 0, 0);
        border-radius: 12px;
    }
    .link{
        font-family: Arial, Roboto, sans-serif;
        font-size: 18px;
        display: block;
        font-weight: 600;
        padding: 7px 10px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        text-shadow: 0 0 3px rgb(0, 0, 0, 0.4);
        text-align: center;
        background-color: rgb(200, 0, 0);
        border: 2px solid rgb(200, 0, 0);
        border-radius: 12px;
        transition: 0.1s linear;
    }
    .link:hover {
        background-color: yellow;
        color: black;
        border: 2px solid black;
        text-shadow: none;
    }
    .r img{
        float: none;
        display: block;
        align-items: center;
        margin: 10px auto;
        width: 93%;
    }
    p{
        font-family: Arial, Roboto, sans-serif;
        font-size: 16px;
        text-indent: 50px;
        line-height: 1.5;
        color: rgb(255, 255, 255);
        text-align: justify;
        margin: 10px 3%;
    }
    .hd{
        margin: 0px auto;
        display: block;
        justify-content: center;
    }
    #hi {
        font-family: Arial, Roboto, sans-serif;
        color: rgb(200, 0, 0);
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        text-shadow: 10px 5px 10px rgba(0, 0, 0, 0.4);
        margin: 10px auto 20px auto;
    }
    .pend {
        float: right;
        width: 55%;
        height: auto;
    }
    .Bharat {
        float: none;
        display: block;
        margin: 0px auto 0px auto;
        width: 90%;
        height: auto;
    }
    
    .hwh{
        font-family: Arial, Roboto, sans-serif;
        color: rgb(200, 0, 0);
        text-align: center;
        margin: 10px auto 20px auto;
        font-size: 24px;
        font-weight: 700;
        text-shadow: 10px 5px 10px rgba(0, 0, 0, 0.2);
    }
    .smh{
        font-size: 16px;
    }
    .ll{
        text-align: center;
        font-size: 16px;
        margin: auto 3%;
    }
    footer{
        font-family: Arial, Roboto, sans-serif;
        font-size: 12px;
        top: 100%;
        position: sticky;
    }
    .ei{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px 4% 10px 4%; 
    }
    .ei a{
        font-family: Arial, Roboto, sans-serif;
        font-size: 15px;
        color: rgb(0, 0, 255);
        text-decoration: none;
    }
    .ei a:hover {
        color: rgb(0, 0, 255);
        font-family: Arial, Roboto, sans-serif;
        text-decoration: underline;
    }
    .luo{
        font-family: Arial, Roboto, sans-serif;
        font-size: 11px;
        color: rgb(0, 0, 0);
    }
    .con{
        display: flex;
        align-items: center; 
        background: rgb(39,39,39);
        color: rgb(255, 255, 255);
        border-radius: 20px 20px 0 0;
        font-family: Arial, Roboto, sans-serif;
        font-size: 15px;
        padding: 10px 0;
        justify-content: space-evenly;
        text-align: center;
        margin: 0;
    }
    .con a {
        color: rgb(0, 255, 255);
        font-family: Arial, Roboto, sans-serif;
        text-decoration: none;
    }
    .con a:hover {
        color: rgb(0, 255, 255);
        font-family: Arial, Roboto, sans-serif;
        text-decoration: underline;
    }

    .uph{
        background-color: #222;
        margin: 0 0;
        padding: 4px;
        border-radius: 20px 20px 0 0;
    }
    .liro, .daro{
        font-family: Arial, Roboto, sans-serif;
        margin: 0 0;
        border-left: 3px solid black;
        border-right: 3px solid black;
    }
    .liro{
        background: #ffffff;
    }
    .daro{
        background: #d4d4d4;
    }
    .row{
        display: flex;
        padding: 4px 0;
        margin: 0 2%;
    }
    .date{
        font-family: Consolas, Menlo, 'Droid Sans Mono', monospace;
        font-size: 15px;
        color: rgb(0, 0, 0);
        min-width: max-content;
        white-space: nowrap;
        margin: auto 0;
    }
    
    .comment{
        font-family: Arial, Roboto, sans-serif;
        font-size: 16px;
        color: black;
        width: auto;
        margin-left: 8px;
        text-align: left;
    }
    #dh{
        font-family: Arial, Roboto, sans-serif;
        font-size: 17px;
        color: yellow;
        margin: 0 auto;
    }
    #dhd{
        font-family: Arial, Roboto, sans-serif;
        font-size: 17px;
        color: yellow;
        margin: auto 0;
    }
    .upf{
        background-color: #222;
        margin: 0 0 10px 0;
        padding: 2px;
        border-radius: 0px 0px 6px 6px;
    }
    .line {
        margin-top: 0px;
    }
    .Ad {
        width: 100%;
        max-width: 1000px;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .Ad p{
        text-indent: 0px;
        color: rgb(17, 17, 17);
        margin: 0px auto 4px auto;
        font-size: 16px;
        text-decoration: underline;
        text-align: center;
    }
    .Adc {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    
}