@view-transition {
    navigation: auto;
}

p {
    margin-bottom: 1rem;
}

main {
    max-width: 1200px;
    margin: 2rem auto auto;
}

a {
    white-space: nowrap;
}

h1 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--primary);
}

.body-img {
  display:block;
    width:50vw;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 2rem;
    filter: drop-shadow(10px 10px 4px gray);
}

p.cta {
    font-size: 1.75rem;
    text-align: center;
}

div.search {
 text-align: center;
}

.search-button {
    background-color: var(--primary);
    font-size: 1.75rem;
    color: #fff;
    padding: 0.5rem;
    padding: 0.75rem;
    border-radius: 8px;
}