img.about {
    width: 300px;
    height: 400px;
    object-fit: cover;
    object-position: 50% 0;
    background: transparent;
}

img.project {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: 50% 0;
    background: transparent;
}

/* a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
} */