.mainContent{
    padding: 120px 100px;
}
.gridFlex{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    gap: 40px;
}
video{
    width: 500px;
    height: 320px;
    background-color: #000;
    border-radius: 10px;
}
.column h4{
    color: goldenrod;
    margin-top: 20px;
}
.column h1{
    color: teal;
}

.bannerScreen{
    background: url("../../assets/excited.jpg");
    width: -webkit-fill-available;
    height: 250px;
    background-size: cover;
    position: relative;
}
.bsOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(11, 18, 121, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}
.bsOverlay h1{
    color: #fff;
    font-size: 60px;
}
