* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1 {
    color: #191919;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 60px;
    word-spacing: 2px;
    font-size: 50px;
    margin-bottom: 70px;
    text-shadow: 3px 3px #9576976b
}

body {
    font-size: 40px;
    background-color: #FFD4F8;
    line-height: 28px;
    padding: 10px;
    text-align: center;
    margin-bottom: 50px;

}

a {
    color: #191919;
    display: block;
    margin-bottom: 2em;
    text-decoration: wavy;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

a:hover {
    color: #7d3169;

}