* {
    font-family: 'Rubik', sans-serif;
}

html,body {
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: #181818;
}

.container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.centre {
    margin: 0 auto;
    color: white;
    text-align: center;
}

.centre h1 {
    font-size: 2.5rem;
}

a {
    color: white;
}