body {
    background-color: black;
    font-family: 'Avenir', sans-serif;
    color: #ffffff;
}

#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 700px;
    flex-direction: column;
}

img{
    max-width: 70%;
    max-height: 378px;
}

#error {
    text-align: center;
}
