html,
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    background-color: #666;
    display: flex;
    justify-content: center;
}

h1 {
    font-size: 3.5em;
    line-height: 1;    
    line-height: 1.5;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    color: white;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
}

footer {
    border-top: 2px solid #ec1c67;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
}

footer p {
    color: white
}
