* {
    box-sizing: border-box;
}

header {
    min-height: 50px;
}

footer{
    min-height: 50px;
}

body {
    background: #6D435A;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}