h1 {
    margin-bottom: 10px
}

h2 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

h3 {
    margin-top: 1rem;
}

p {
    margin-bottom: 5px;
}

ul li {
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 15px;
}

pre {
    padding: 12px;
    margin: 12px;
    background-color: #eee;
}

code {
    font-size: 0.825rem;
    color: #ae0000;
}

input {
    padding: 12px;
    margin: 12px;
    background-color: #eee;
}

.task-div {
    padding: 8px;
    margin: 16px;
    border: solid;
    border-radius: 4px;
    border-color: #303030;
}

.action-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.full-width-table .v-toolbar {
    background: unset !important;
    color: unset !important;
}

.full-width-table .v-table__wrapper .v-alert--variant-flat {
    background: unset !important;
    color: unset !important;
}
