.videogrid {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
}

.videoembed {
    display: flex;
    flex-direction: column;
}

.videoiframe {
    width: 210px;
    height: 120px;
}

h1 {
    font-size: 24px;
}

.page {
    padding: 20px;
}

.container {
    width: 560px;
}