body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.connect-button {
    width: 350px;
    padding: 10px;
    margin: 10px;
    background-color: #55a51c;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    border-style: none;
    font-size: large;
}

#connect-root-container {
    margin-top: 10%;
}

#connect-customer-icon {
    width: 30%;
} 