body {
    margin: 0;
}

li {
    font-size: large;
}

.streamlined {
    margin: 0;
    padding: 0;
}

a.streamlined {
    text-decoration: none;
    color: inherit;
}

p {
    font-size: large;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.column {
    display: flex;
    flex-direction: column;
}

.content {
    width: 50%;
    justify-self: center;
}

#navBar {
    border-bottom: 2px solid black;
    padding: 5px;
}

button {
    background-color: rgb(200, 170, 200);
    border-radius: 5px;
    border-style: none;
    padding: 2.5%;
}

#donate {
    margin-right: 5px;
}

#aboutus {
    align-self: center;
    margin-top: 5%;
    width: 25%;

    button {
        font-size: larger;
        width: 100%;
    }
}