* {
 box-sizing: border-box;	
}

body {
	background-color: #fff;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

#brand {
    position:fixed;
    top: 50%;
    left: 50%;
    width:417px;
    height:60px;
    margin-top: -30px;
    margin-left: -208px;
}

#brand img {
    width: 417px;
    height: 60px;
}
