body {
    padding: 20px;
    margin: 0;
}

.step {
    display: none;
}

#step1 {
    display: block;
}

a:hover, a:active, a:focus {
    text-decoration: none !important;
}

.slds-has-success {
    color: #2e844a;
}
