@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.work-card{
    border: none;
    outline: none;
    background-color: #d8dbe2;
    color: #30292f;
    min-height: 25rem;
    max-width: 50vw;
    border-radius: 15%;
    -webkit-box-shadow: -20px 20px 30px -8px #000;
    -moz-box-shadow: -20px 20px 30px -8px #000;
    box-shadow: -20px 20px 30px -8px #000;
    place-items: center;
}
.card{
    background-color: #d8dbe2;
    color: #30292f;
}
.work-circle{
    height: 5em;
    width: 5em;
    border-radius: 50%;
    background-color: #413f54;
    color: #d8dbe2;
    display: inline-block;
}

.btn-work{
    height: 100%;
    width: 100%;
    border-radius: 0.5rem;
    --bs-btn-color: #30292f;
    --bs-btn-bg: #d8dbe2;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #d8dbe2;
    --bs-btn-hover-bg: #e3170a;
    --bs-btn-hover-border-color: #000;
    --bs-btn-active-color: #e3170a;
    --bs-btn-active-bg:#d8dbe2;
}

.btn-work-temp{
    height: 100%;
    width: 100%;
    border-radius: 0.5rem;
    --bs-btn-color: #30292f;
    --bs-btn-bg: #d8dbe2;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #d8dbe2;
    --bs-btn-hover-bg: #e3170a;
    --bs-btn-hover-border-color: #000;
    --bs-btn-active-color: #e3170a;
    --bs-btn-active-bg:#d8dbe2;
}

/* .work-btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: inherit;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  } */
  