@charset "UTF-8";

html {
    height: 100%;
    background: radial-gradient(circle, #111, black);
    background-size: cover;
}

body {    
    height: 100%;
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 100%;
    margin: 0;
    user-select: none;
}

div.logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

object.logo {        
    height: 30%;
}