
a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

a:active {
    text-decoration: none;
    color: black;
}

.dialogBox {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    margin: 1em auto 1em;
    max-width: 640px;
    padding: 20px;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.dialog-button {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    background-color: #fafafa;
    border-color: #cfd8dc;
    border-radius: 0;
    line-height: 33px;
    width: 175px;
    margin-top: 15px;
    color: black;
    text-align: center;
}

