body {
    background-image: url("../images/neurodivergent.jpg");
    background-size: 25vw;
    background-repeat: no-repeat;
    padding-left: 25vw;
    padding-right: 2vw;
}

h1 {
    text-align: center;
}

p {
    text-align: justify;
}

.buton {
    background-color: #ff7d2b;
    color: navy;
    border-radius: 0.5em;
    text-decoration: none;
    padding: 0.5em;
}