#main-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

#page-title, p {
    font-family: Arial, Helvetica, sans-serif;
}

.card {
    padding: 2rem 3rem;
    background-color: white;
    border: 1px solid #e5e1e6;
    -webkit-box-shadow: 0 0 10px #e5e1e6;
    box-shadow: 0 0 10px #e5e1e6;
    margin-top: 4rem;
  }
  
heading {
    margin: 0;
    background-color: #3b3c3e;
    color: white;
    width: 100%;
    padding: 3rem;
}

h1 {
    font-size: 3rem;
    padding-left: 3rem;
}

vtlib-footer {
    margin-top: 5rem;
  }

a {
    font-family: Arial, Helvetica, sans-serif;
    color: #861F41;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}