body {
    font-family: "Architects Daughter", cursive;
    text-align: center;
}
h1 {
    font-size: 40px;
    color: red;
    text-shadow: 2px 3px 0 darkslateblue;
}
h2 {
    font-size: 40px;
    color: rebeccapurple;
}
p {
    font-family: Verdana;
    font-size: 20px;
    color: darkslategray;
    line-height: 1.5;
    margin-bottom: 20px;
}