
@font-face {
    font-family: "Berlin Sans FB";
    font-style: normal;
    font-weight: normal;
    src: url("/Berlin Sans FB/Berlin Sans FB Regular/Berlin Sans FB Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Berlin Sans FB";
    font-style: normal;
    font-weight: 600;
    src: url("/Berlin Sans FB/Berlin Sans FB Bold/Berlin Sans FB Bold.ttf") format("truetype");
}

html,body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding:0;
}
body { 
    background-color: #222;
    background-image: url("img/bg3.png");
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(5px);
    font-family: "Berlin Sans FB";
    position: relative;
}
.logo {
    margin:0;
    max-width: 350px;
    position: absolute;
    left:0;
    top:0;
}
h1 {
    color: whitesmoke; 
    font-size: 9vw; 
    text-align: center;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;

    display:table-cell; vertical-align:middle
}
.content{
    height: 90%; 
    text-align:center; 
    display:table;
    width:100%;
}
