*{
    margin: 0;
}

.navigator {
    width: 5%;
    height: 100%;
    background-color: violet;
    position: fixed;
    z-index: 1;
}

.content {
    width: 100%;
    height: 100%;
    background-image: url("../image/bdl-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}

.bgc-purple {
    opacity: 0.65;
    width: 100%;
}

.logo {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 1;
}

.text {
    color: white;
    position: absolute;
    top: 20%;
    width: 50%;
    left: 20%;
}

.learn-more {
    height: 44px;
    width: 140px;
    margin-top: 10px;
    border: 0;
    background-color: rgba(182, 106, 143, 1);
    border-radius: 10px;
}

.link {
    color: white;
}

.video {
    z-index: 1;
    margin-top: 40px;
}