body {
    margin: 0px;
    padding: 0px;
    background-color: black;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-weight: bold;
}

p {
    margin-left: 20px;
    margin-right: 20px;
}

a {
    color: #00EC00;
}

.v-centred-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.logo-outer {
    display: flex;
    flex-direction: row;
    align-items: center; 
}

.wb-logo {
    margin: 30px auto;
    width: 50px;
    height: 50px;
}

