body{
    color: pink;
    font-size: large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: lighter;
    background-color: beige;
}

button{
    color: deeppink;
    background-color: hotpink;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
   
    border: solid rgb(0, 0, 0) 1px;
    border-radius: 18px;
    margin-left: 250px;
    font-size: 35px;
    text-decoration: none;
   margin-left: 310px;
}

a{
    text-decoration: none;
    color: bisque;
}
h1{
    text-align: center;
    color: hotpink;
}

header{
    background-color: hotpink;
    color: bisque;
    text-align: center;
    font-size: 50px;
}
footer
{
    background-color: hotpink;
    color: bisque;
    text-align: center;
    font-size: 50px; 
    margin-top: 450px;
}
