.button {
    width: 100%;
    font-size: 1rem;
    padding: 0.6rem;
    color: #fff;
    border: 1px solid #1976d2fa;
    outllne: none;
    background-color: #1976d2fa;
    font-weight: 600;
    cursor: pointer;
}

.button:hover {
    outline: 1px solid #1976d2fa;
}