.headshot {
    height: 20rem;
    border-radius: 3%;
    box-shadow: 1px 7px 35px -13px rgba(0,0,0,0.88);
}

header {
    background-color: white;
}

.container {
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background:linear-gradient(to top, rgb(238, 238, 238), rgb(255, 255, 255));
}

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

.header-ul {
    display: flex;
    flex-direction: column;
    padding: 0.8rem 0rem 0rem 2.5rem;
}

.header-ul > li{
    font-size: 1.1rem;
    padding: 0.1rem;
}

.h2-header {
    font-weight: 400;
    padding: 0rem 0rem 0rem 1rem;
}

