* {
    margin: 0;
    padding: 0;
    font-family: Arial;
}
body {
    display: flex;
    align-items: center;
    justify-content: center;
}
#container {
    width: 50%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;   
    justify-content: center;
    row-gap: 10px;
}
#progress-div {
    display: flex;
    justify-content: space-evenly;
    width: 75%;
    position: relative;
    left: 25px;
}
#progress-text {
    width: 50px;
}
#form-div {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}
button {
    width: 100px;
}
input {
    width: 100px;
}