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



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

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

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

a:hover {
    color: #C4ECB0;
   
}


.web1 {
    margin-bottom: 1em;
}