#virtualTryContainer {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0px;
}

#testNowButton {
    width: 50%;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#testNowButtonLoading {
    display: none;
}

#testNowButton:hover {
}
