body {

    background-size: contain;
    padding: 0;
    margin: 0;
    width: 100%;
}

#error {
    width: 25%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}

#background1 {
    position:fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index:-1;
    background-color: #58595B;
}

#tongue404 {

	background-image: url("/media/menu-normal.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	left: 100px;
	width: 18%;
    height: 35px;
	padding-top: 1%;
	padding-bottom: 6%;
	filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3) );
}

#logo {
    position: relative;
    margin-left: 30%;
    margin-right: 30%;
}

#logo img {
    width: 90%;
}

@media screen and (max-width: 800px) {
    #tongue404 {
        width: 36%;
        height: 65px;
    }
    #error {
        width: 40%;
    }
}
