html, body {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    overflow:hidden;
}

div {
    background-image: url("assets/wordmark/landingbg.jpg");
    background-size:cover;
    height: 100%;
    max-width: 100%;
    background-position: center center;
    display: flex;
    flex-direction: column;
    overflow-wrap: anywhere;
    overflow: auto;
}

img {
    padding-left: 10%;
    padding-right: 10%;
    padding-top:8%;
    max-height:20%;

}

article {
    text-align: center;
    background-color: rgba(255, 230, 230, 0.5);
    backdrop-filter: blur(20px);
    margin: 50px;
    height: fit-content;
    border-radius: 30px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(57, 32, 32);
    overflow-y: scroll;
    max-width:750px;
    align-self: center;
}

h2 {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

