body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    /*background: linear-gradient(-135deg,rgb(0,70,143) ,rgb(0, 182, 194) 100%);*/
    background: linear-gradient(-135deg,rgb(40,40,40) ,rgb(80, 80, 85) 100%);
    /*background-color: rgb(0,60,120);*/
    /*background-blend-mode: overlay;*/
    color: white;
    font-family: Helvetica, sans-serif;
}

.top-bar {
    padding: 8px;
    margin: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    /*height: 400px;*/
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-family: Helvetica, sans-serif;
    font-style: bold;
    color: white;
    letter-spacing; 20px;
    align-items: center;
    justify-content:center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.logo-container {
    padding: 30px;
    height: 100vh;
}

.logo-text {
    height: 54px;
    display: flex;
    font-size: 42px;
    align-items: center;
    letter-spacing: -2px;
    transform: scaleY(0.95);
}

.logo-img {
    height: 54px;
    display: flex;
    justify-content: center;
}

.subtext {
    color: rgb(160,160,160);
}
