.headerLogo {
    width: 40%;
}

.headerDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

h1 {
    font-size: 42px;
    text-align: left;
    margin-left: 30px;
}

body {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.dyslexia-paragraphs {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    width: 80vw;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.footer {
    bottom: 0;
    background-color: #fff;
    position: sticky;
}

.footer>img {
    width: 80vw;
}