body{
    text-align: center;
    background-image: url(https://fs-im-kefu.7moor-fs1.com/ly/4d2c3f00-7d4c-11e5-af15-41bf63ae4ea0/1742106323672/bigbg.png);
    background-size: cover;
    background-position: center;
}
.ml14{
    color: black;
    transition: all 0.5s;
}
.ml14:hover{
    color: rgb(127, 232, 255);
    text-shadow: 3px 3px 3px rgba(128, 128, 128, 0.544);
    transition: all 0.5s;
}
