body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(23, 155, 11);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    background: white;
    padding: 30px;
    width: 70%;
    max-width: 700px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0,0,0,0,0.2);
}

#setupError {
    color:red"
}