html {
    height: 100%;
}
body {
    background: rgb(30, 35, 38);
    color: white;
    padding: 0;
    margin: 0;
    height: 100%;
    vertical-align: top;
}
a {
    color: white;
    text-decoration: none;
}
#wrapper {
    display: flex;
    height: 100%;
}
#content {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100px;
	height: 100px;	
    background-image: url('logo.svg');
    background-size: 100px 100px;
    background-position: center center;
    background-repeat: no-repeat;	
}
