.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.figma-frame-wrapper {
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.youtube-frame-wrapper {
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}