.v-card--material__header{
 padding: 1em;
}
.cover {
 position: fixed;
 width: calc(100vw);
 height: calc(100vh);
 top: 0px;
 left: 0px;
 z-index: 1000;
 display: flex;
 justify-content: center;
 align-items: center;
 background-color: rgba(255, 255, 255, 0.75);
}
.custom-card .v-card__text{
    padding-bottom: 8px!important;
}