body {

    background-color: rgb(25,25,25);
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 80px;	

}

#header {

    position: fixed;
    top: 0px;
    left: 0px;

    height: 75px;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.784);

    display: flex;
    align-items: center;

}

#header table {

    border-spacing: 5px;

}

#header img {

    width: 50px;
    height: 50px;

}

#content {

    width: 100%;
    height: auto;
    padding-left: 25px;
    padding-top: 90px;
    box-sizing: border-box;

}

.bannerfullscreen {

    width: 100%;
    height: 600px;
    display: flex;

}
.bannerfullscreen div {

    width: 50%;
    height: 100%;
    font-size: 100px;
    text-align: center;

}
