body{
    background: #000000;
    color: #BBE1FA;
    font-family: 'Vend Sans', sans-serif;
}


.bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.container p{
    font-size: 1.7rem;
    color: #BBE1FA;
    cursor: default;
}
.container a{   
    display: block;
    color: #BBE1FA;
    margin-top: 15px;
    font-size: 1.1rem;
    text-decoration: none;
}
.container{
    position: absolute;
    top: 30%;
    left: 9%;

    
}
.container a:hover{
    text-decoration: underline;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    backdrop-filter: blur(4px)
}



