* {
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Acme', sans-serif;
    font-weight: lighter;
    
}
    


body {
    color: silver;
    background-color: black;
}

.vidCont {
    position: absolute;
    top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.cfLoveDiv {
    text-align: center;
}

video {
    width: 300px;
    height: 300px;
    border-radius: 15px;
    border: solid 2px #262626;
}

.bkArrow {
    position: fixed;
    top: 10px;
    left: 10px;
    height: 50px;
}

h3 {
    color: gray;
}