@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);:root {
    -webkit-user-select: none;
    user-select: none
}

* {
    margin: 0;
    outline: 0;
    font-family: 'Open Sans',sans-serif;
    box-sizing: border-box;
    color: #fff
}

button,input,option,select {
    color: #000!important
}

br {
    display: block;
    margin: 10px 0;
    line-height: 22px;
    content: ' '
}

body,html {
    height: 100%;
    width: 100%;
    background-image: url('https://th.bing.com/th/id/OIP.w_oUwk1MjkzM3XGbBmerUwHaEK?rs=1&pid=ImgDetMain'); 
    background-size: cover; 

}

.centred {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%
}

.blur {
    -webkit-filter: -webkit-filter(10px);
    filter: blur(10px)
}

.fade {
    position: absolute;
    background-color: #000;
    opacity: .7;
    width: 100%;
    height: 100%
}

.in-box {
    display: inline-block
}

#noconn {
    display: none;
    width: 300px;
    position: absolute
}

#noconn>p {
    color: red
}

#k-logo {
    position: fixed;
    right: 0;
    top: 0;
    width: 128px;
    height: 128px
}
