* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'Funnel Display', sans-serif;
    align-items: center;
    align-content: center;
            display: flex;
        align-items: center;
        justify-content: center;
}

h1 {
    color:white;
    font: Staatliches;
      letter-spacing: 5px;
    align-self: center;
    text-align: center;
}
