body{
    background:#e2dbdb;
    text-align: center;
    font-size: 20px;
    color: darkblue;
    font-size: 25px;
}
h1{
    color: red;
}
#fun{
    color: black;
    font-size: 60px;
}
a{
    color: blue;
    font-size: 50px;
}