body{
    box-align: center;
    color: lawngreen;
    text-align: center;
}
body h1{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:rgb(255, 0, 123);
    
}
a{
    color:rgb(225, 0, 255);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
a:hover{
    color: rgb(157, 0, 255);
}