.webBtn {
    background-color: #ff0077;
    color: white;
    font-weight: bold;
    border: none;
    margin-left: 10px;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    transition: 0.3s;
    font-family:Arial, Helvetica, sans-serif;
    width: 10em;
}
.webBtn:active {
    background-color: #c9005e;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
    font-family:Arial, Helvetica, sans-serif;
    transition: 0.3s;
    width: 10em;
}
.webBtn:hover {
    background-color: #c9005e;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px;
    margin-left: 10px;
    font-family:Arial, Helvetica, sans-serif;
    border-radius: 5px;
    transition: 0.3s;
    width: 10em;
}
.whiteSpace-4 {
    visibility: hidden;
    user-select: none;
    font-size: 11px;
}
.webInput {
    margin-left: 8px;
    padding: 10px;
}