*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.threeD-pics{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px;
    flex-direction: column;
    padding: 30px;
}
.threeD-pics img{
    max-width: 550px;
    box-shadow: 0 0 15px;
    border-radius: 12px;
    /* padding: 10px; */
}
