body {
	position: relative;
	margin: 0;
	background-image: url(bg.jpg);
	background-size: cover;
	background-color: black;
    height: 100%;
}

.logo {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 135.5px);
    left: calc(50% - 362.5px);
    bottom: calc(50% - 135.5px);
    right: calc(50% - 362.5px);
    box-sizing: border-box;
    border: 25px solid black;
    background-color: #fff600;
    text-align: center;
    font-size: 174px;
    font-family: impact;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.logo-text {
	transform: skew(-10deg);
}