.header {
    margin-top: 32px !important;
}
.segment {
    display: flex;
    border: none !important;
    justify-content: center;
}
.imgBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.myImage {
    width:70%;
    margin: 0 auto 24px;
    border-radius: 0.8rem;
    box-shadow: 4px 4px 16px -4px rgba(0, 0, 0, 0.8);
}
