body {
    background-color: rgb(16, 56, 16);
}

img {
    height: 20rem;
    width: auto;
    /* border: 3px solid darkolivegreen; */
}

p {
    color: darkolivegreen;
    font-family: monospace;
    text-align: center;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 30px;
}