﻿body {
    background-image: url('../png/wab-blast.webp') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.card-write {
    position: relative;
    background-color: white;
    width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 50px;
    margin-bottom: 25px;
}
.consult-btn {
    position: relative;
    width: 150px;
    height:50px;
    color: white;
    font-weight: bold;
    text-shadow: black 1px 1px 1px;
    border-width: 0px;
    padding: 10px;
    box-shadow: 1px 1px 3px black;
}
