#logo-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

#info {
    width: 50%;
}

p {
    margin-top: 3px;
    margin-bottom: 3px;
    color: white;
}

body {
    background-color: black;
}