 *{
    font-family: Arial;
}
body{
    height: 1560px;
    width: 100%;
}
header{
    width: 100%;
    height: 245px;
    background-image: linear-gradient(90deg, purple, blue, purple );

}
.bn1{
    width: 24%;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    float: left;
    border-radius: 5px;
}
.bn2{
    width: 25%;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    float: left;
    border-radius: 5px;

}
.bn3{
    width: 15%;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    float: left;
    border-radius: 5px;
}
.bn4{
    width: 15%;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    float: left;
    border-radius: 5px;
}
.bn5{
    width: 15%;
    height: 200px;
    margin-left: 3px;
    margin-right: 10px;
    margin-top: 3px;
    float: right;
    border-radius: 5px;
}
#bntxt{
    text-align: center;
    font-size: xx-large;
    color: whitesmoke;
    font-weight: bolder;
    font-variant: small-caps;
    letter-spacing: 3px;

}
aside{
    height: 630px;
    width: 25%;
    float: left;
    background-image: linear-gradient(90deg, purple, rgb(58, 225, 255), purple );
}
main{
    height: 630px;
    width: 75%;
    background-color: blueviolet;
    float: right;

}
footer{
    width: 100%;
    height: 75px;
    background-image: linear-gradient(90deg, purple, blue, purple );
    clear: both;
}
.sgł{
    height: 65px;
    width: 87%;
    margin: 8px 8px 52px 35px;
    border-radius: 15px;
}
.ftop{
    height: 65px;
    width: 85%;
    margin: 8px 8px 8px 35px;
    border-radius: 15px;
}
.nfsh{
    height: 65px;
    width: 85%;
    margin: 8px 8px 8px 35px;
    border-radius: 15px;
}
.stfg{
    height: 65px;
    width: 85%;
    margin: 8px 8px 8px 35px;
    border-radius: 15px;
}
.trd{
    height: 65px;
    width: 85%;
    margin: 8px 8px 8px 35px;
    border-radius: 15px;
}
.justdnc{
    height: 65px;
    width: 85%;
    margin: 8px 8px 8px 35px;
    border-radius: 15px;
}
#mainh{
    background-color: white;
    width: 80%;
    height: 140px;
    margin-top: 50px;
    margin-left: 80px;
    opacity: 0.6;
    float: left;
    font-family: Tahoma;
    text-align: center;
}
#maint{
    background-color: white;
    width: 80%;
    height: 380px;
    margin-top: 40px;
    margin-left: 80px;
    opacity: 0.6;
    font-weight: bold;
    float: left;
    
}
.tlonfsg{
    height: 259px;
    width: 385px;
    float: right;
    margin-right: 15px;
    
    
    
}


