*{
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
    color: white;
}

#content {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    justify-content: center;
    margin-top: 30vh;
    transform: translateY(-50%);
}

#logo {
    width: 100px;
}

#progress-bar {
    background-image: linear-gradient(to right, white 70%, black 40%);
    border: white solid 2px;
    height: 20px;
    width: 400px;
}

#text-div {
    display: flex;
    justify-content: space-between;
}