body{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.myicon{
    height: 30px;
    width: 30px;
    border: 1px solid;
    padding: 6px;
    border-radius: 100px;
}
text-justify{
    text-align: justify !important;

}

/* #notice{
    height: 30px !important;
} */

ul li a:hover{
    color:green !important;
}
ul li i:hover{
    color:green !important;
}
a{
    color: #8B0000 !important;
}

p a:hover{
    color: green !important;
}
.principal{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.stat{
    height: 130px;
    width: 130px;
    border: 2px solid rgb(139, 0, 0);
    border-radius: 80px;
    color: rgb(139, 0, 0);
    font-size: 70px;
    padding-top: 25px;
    /* padding-left: 25px; */
}
.stat:hover{
    background-color: lightgray;
}
.font{
    font-size: 35px;
    color: gray;
}
.hr{
    border: 0;
    height: 1px;
    background-color: white;
    opacity: 1;
    /* font-size: 10px; */
}
p #foota{
    color: white !important;
    text-decoration: none;
}