*,
::after,
::before {
  box-sizing: border-box;
}

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

html {
  background-color: #ffff00;
  background-image: url("white-stroke.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 24px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0px;
}

p {
  text-align: center;
}

.logo-wrapper {
  width: 100%;
  max-width: 500px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  transform: translate(-50%, -50%); */
}
.logo-wrapper svg {
  width: 100%;
  height: 100%;
}

.great-things {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 400;
}
@media (min-width: 800px) {
  .great-things {
    font-size: 30px;
  }
}

.mail a {
  text-decoration: none;
  color: inherit;
  font-size: 20px;
  font-weight: 400;
}

.heading-wrapper {
  margin-top: 40px;
}
@media (min-width: 800px) {
  .heading-wrapper {
    display: flex;
    column-gap: 120px;
  }
}

.list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.list-wrapper:first-child {
  margin-bottom: 40px;
}
@media (min-width: 800px) {
  .list-wrapper:first-child {
    margin-bottom: 0px;
  }
}

ul {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  padding: 0px;
  margin: 0px;
  margin-top: 24px;
  list-style: none;
}
ul li:not(:last-child) {
  padding-bottom: 12px;
}

.heading {
  /* height: 130px; */
}

.heading img {
  width: 240px;
}
