* {
    font-family: arial;
    color: white;
    padding: 0px;
    margin: 0px;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100vh;
    background-color: #010005;
    padding: 0px 24px;
}

ul>li {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: medium;
    margin: 18px 0px;
}

#question {
    color: #D52FDD;
    font-size: xx-large;
    text-align: center;
    padding-bottom: 8px;
}

#container {
    display: flex;
    flex-direction: column;
    align-items: center;

}

#logoContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 12px 24px;

}

#logo {
    height: 64px;
}

#ask {
    font-size: x-large;
}

svg {
    display: inline-block;
    fill: #2f8edd;
    height: 24px;
}

#footer {
    text-align: center;
    font-size: small;
    white-space: nowrap;
    overflow-x: visible;
    padding-bottom: 10px;
}

#logo {
    cursor: pointer;
}

#brand-name {
    cursor: pointer;

    font-size: large;
    color: #D52FDD;
}