.about-container {
    display: flex;
    background-color: white;
    flex-direction: column;
    padding: 50px 50px;
    border-radius: 25px;
    margin: 40px 20px;
    box-shadow: 0px 0px 10px 4px rgba(16, 29, 14, 0.514);
    color: #a56a2a;
    font-size: 2rem;
    text-shadow: 1px 1px lightgray;
}

.about-container h2 {
    text-shadow: 2px 2px lightgray;
}

.signature {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.signature .about-moose-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 25%;
    box-shadow: 3px 3px 5px lightgray;
}