body{
    padding: o;
    margin: 0;
    background-color: #eef6ff;
}

h{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: blue;
}

.first{
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.allcontainer{
    display: inline-flex;
    padding: 30px;
}

.allcontainer .content{
    margin-right: 10%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(172, 255, 47, 0.541);
    color: #222;
    padding: 5px;
    word-spacing: 5px;
    border-bottom-style: solid;
    border-bottom-color: blue;
}

.allcontainer .content a{
    background-color: yellow;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    margin-left: 45%;
}

.allcontainer .content a:hover{
    background-color: #fff;
}

.allcontainer2{
    display: inline-flex;
    padding: 30px;
}

.allcontainer2 .content1{
    margin-left: 10%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(126, 199, 17, 0.671);
    color: #222;
    padding: 5px;
    word-spacing: 5px;
    border-top-style: solid;
    border-top-color: blue;
}

.allcontainer2 .content1 a{
    background-color: yellow;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    margin-left: 45%;
}

.allcontainer2 .content1 a:hover{
    background-color: #fff;
}

.new{
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}

.new .concert{
    margin-left: 20px;
    margin-top: 30px;
    text-align: center;
}
.new .concert a:hover{
    font-weight: bold;
    color: green;
}
.new .concert .png{
    animation: alternate-reverse;
}

.new .concert .videos{
    display: flex;
    justify-content: space-between;
}

.new .usefull-links a:hover{
    font-weight: bold;
    color: green;
}

.donate{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background-color: blue;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 50px;
    width: 20%;
    margin-left: 40%;
}
.donate a{
    color: white;
}

.other{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.other h{
    color: green;
}

.other a:hover{
    color: green;
}

.line{
    border-bottom-style: solid;
    border-color: green;
    margin-top: 20px;
}

.footer{
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
.foot{
    background-color: #000000;
    margin-top: 20px;
}

footer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 50px;
    padding: 10px 30px 30px 10px;
    width: 100%;
    background-color: #fff;
}

footer1 .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer1 .logo{
    margin-bottom: 30px;
    margin-top: 40px;
}

footer1 h2{
    font-size: 14px;
    margin-top: 40px;
}

footer1 p{
    font-size: 13px;
    margin: 0 0 8px 0;
    color: #000000;
}

footer1 a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.3s;
}

footer1 .follow{
    margin-top: 20px;
}

footer1 .follow .icon img{
    padding-right: 6px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

footer1 .follow .icon{
    padding: 10px 10px;
}

footer1 .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;
}

footer1 .install .row1 img{
margin-right: 10px;
}

footer1 a:hover{
    color: #00d9ff;
    text-decoration: underline;
}

.copyright p{
    font-size: 13px;
    width: 100%;
    color: #088178;
    text-align: center;
}

@media all and (max-width: 1000px){
    .allcontainer{
        display: block;
        font-size: 50px;
    }
    .allcontainer .content{
        margin-right: 0px;
        margin-left: 50px;
    }
    h{
        font-size: 50px;
    }

    .allcontainer img{
        width: 94.5%;
        height: 60%;
        margin-left: 50px;
    }

    .allcontainer2{
        display: block;
        font-size: 50px;
    }
    .allcontainer2 .content1{
        margin-right: 0px;
        margin-left: 50px;
    }
    h{
        font-size: 50px;
    }

    .allcontainer2 img{
        width: 94.5%;
        height: 60%;
        margin-left: 50px;
    }
    .new .concert{
        text-align: left;
        font-size: 50px;
        margin-left: 20px;
    }

    .new .concert img{
        width: 150px;
        height: 150px;
    }

    .new .concert .videos{
         display: block;
         margin-left: 40px;
    }

    .new .concert .mp4{
        width: 100%;
        height: 50%;
        margin-bottom: 30px;
    }

    .new .concert .oliday{
        width: 600px;
        height: 800px;
        margin-left: 20%;
    }

    .other a{
    font-size: 50px;
}

    .footer{
        font-size: 40px;
        margin-top: 200px;
       }

       footer1{
        display: block;
        align-items: center;
        margin-left: 40px;
       }

       footer1 p{
        font-size: 50px;
       }

       footer1 h2{
        font-size: 50px;
       }

       footer1 a{
        font-size: 50px;
       }
    
}