body{
    background: #55565d; 
    font-family:helvetica; sans-serif; 
    color:beige;
    text-align: center;
    }

header{
    min-height: 3rem;
    width: 100%;
}

h1{font-size: 2rem;
   font-weight: 550;
   color: #f7379e;
   padding: 2rem 0rem 0rem 0rem;
        }

h2{background-color: #e5e5e5;
    border-radius: 1rem;
 color: #f7379e;
}

footer{ 
        background-color: #e5e5e5;
        color: #55565d;
        font-size: 0.8rem;
        font-family: helvetica; sans-serif;
        padding: 0.8rem;
        margin: 3rem 0rem 0rem 0rem;
        width: 100%;
        text-align: center;
        border-radius: 1rem;
        box-shadow: 4rem #dddddd;
        }

/* background-color: #e5e5e5;
    border-radius: 1rem;*/