body {
	border: 5px solid red;
}

.floating-logo {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 90px;
    font-weight: 600;
	letter-spacing: 1px;
    color: black;
	/*margin: auto;*/
	margin-top: -400px;
	user-select: none;
}