.Container{
    background-color: rgb(8, 8, 8);
}

@font-face {
    font-family: "bankgthd";
    src: url("bankgthd.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.Logo{
    font-family: 'bankgthd';
    color: white;
    padding-left: 15px;
    filter: drop-shadow(0px 2px 6px #ffffffa6);
}

.Title{
    font-family: 'bankgthd';
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 2px 6px #ffffffa6);
}

.noise{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75vh;
}

.video{
    border-radius: 15px;
    border: 1px solid #ffffff7c;
    filter: drop-shadow(0px 0px 16px #ffffffa6);
}
