#top {
padding: 0 1em 0 1em;
}

#logo {
width: 80%;
margin: 100px auto 0 auto;
}
#logo img {
width: 100%;
max-width: 606px;
height: auto;
}
.url {
color: rgba(000, 000, 000, 0.1);
font-family: minion-3-caption, serif;
font-weight: 500;
font-style: normal;
font-size: clamp(1.5rem, -0.682rem + 10.91vw, 7.5rem);
line-height: 1em;
margin: 40px auto 80px auto;
}

h1 {
font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
line-height: 1.5em;
margin-bottom: 2em;
}

p {
color: #444444;
font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
line-height: 2em;
margin-bottom: 1.5em;
}