body{
    background-color: #D6D5C9;
}
h1{
    color:#7B8CDE ;
    text-align: center;
    font-family: Impact, fantasy;
    letter-spacing: 2px;
    text-transform: uppercase;
}
p{
    color:#4E6E5D;
    font-size: 20px;
    margin-left: 10%;
    margin-right: 10%;
    font-family: Andale Mono, monospace;
    text-align: justify;
}
a{
    color: #6C464E;
    margin-left:80%;
    transition: font-size 0.3s ease-in-out;
}
a:hover{
    font-size: x-large;
}
a:visited:hover{
    color: #E88EED;
}
strong,u{
    font-size: x-large;
}
b{
    font-size: xx-large;
}