
html, body {
    margin: 0;
    height: 100%;
    width: 100%;

    background-color: #e5e5e5;
    color: #111111;
}

h1{
    margin-top: 0;
}

.stretch {display: flex; justify-content: space-between;}

.top-m{ margin-top: 100px }