@font-face {
    font-family: SODER;
    src: url('KiwiSoda.ttf');
}


@keyframes Jump {
    from {
        top: calc(100% - 370px);
    }
    to {
        top: calc(100% - 375px);
    }
}
@keyframes googMANN {
    from {
        margin-top:0%;
    }
    to {
        margin-top:-100%;
    }
}

h1.title {
    position: relative;
    top: calc(100% - 250px);
    left: 50px;
    width: 250px;
    color: white;
    font-size:120px;
}


p {
    position: relative;
    color: white;
    top: calc(100% - 340px);
    left: 50px;
    font-size:30px;
    width: 400px;
    font-family: SODER;
    line-height:1;
}

body {
	background-color: black;
	background-image: url('images/desktop_wip.png');
	background-size: cover;
	image-rendering: pixelated;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 0px;
	margin: 0px;
    top: -80px;
    position: absolute;
}
html {
    width: 100%;
    height: 100%;
}
img {
    position: inherit;
    clear: both;
    image-rendering: pixelated;
}

.container {
    position: fixed;
    background-color: black;
    background-image: url('images/vlc_Icon.png');
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    animation-duration: .45s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-direction:normal;
    animation-fill-mode: forwards;
    
}