* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #1E1625;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    height: 100vh;
}

#container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

#logo {
    width: 200px;
    margin-bottom: 16px;
}
