body{
    margin-left: 500px;
    margin-right: 500px;
    padding-bottom: 100px;
}
h1{
    font-family: "Grenze", serif;
    font-size: 65pt;
    font-weight: 700;
    margin-bottom: 0;
}
h2{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin-top: 0;
    font-size: 15pt;
}
p{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    line-height: 22px;
    padding-top: 20px;
}
img{
    width: 800px;
    height: auto;
}
.sub{
    font-family: "Grenze", serif;
    font-size: 20pt;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
}
ul{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    line-height: 20px;
}
ol{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    line-height: 22px;
}
li + li{
    margin-top: 15px;
}
a{
    color: black;
    font-weight: 600;
}
.grid{
    padding: 0;
    list-style: none;
}
.using-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 auto;
    max-width: 900px;
    padding: 1rem 0;
    align-items: start;
}
.using-grid img {
  width: 100%;
  height: auto;
  display: block;
}
.using-grid li{
    display: flex;
    align-self: flex-start;
}
.intro{
    list-style: none;
    padding: 0;
    font-weight: 500;
}