#div-main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

#div-welcome-text-container {
    align-content: center;
    align-items: center;
    border-width: 3px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 500px;
    height: 500px;
    justify-content: center;
    margin-left: 75px;

}

#h1-title {
    line-height: 1;
}

#p-subtitle {
    color: grey;
}

#div-video-container {
    align-content: center;
    margin-right: 75px;
}

video {
    align-items: center;
    border-radius: 25px;
    box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    width: 47vw;
}