body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f4f4;
}

section {
    background-color: white;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 5%);
    border: 1px solid #ebebeb;
    padding: 2rem;
    border-radius: 0.375rem;
    width: 50%;
    max-width: 500px;
    min-width: 250px;
    margin: 30px auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #878787;
}

.vault-button {
    background-color: #6f9d1a;
    color: #fff;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0.25rem;
    gap: 0.25rem;
    border: 1px solid transparent;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
    font-weight: 400;
    outline: 0;
    flex-shrink: 0;
    line-height: normal;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 2rem;
}

.vault-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #446010;
}

.logo {
    height: 100px;
}

.logo img {
    height: 100%;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.starter-template .vault-button {
    margin-bottom: 1em;
}