* {
    box-sizing: border-box;
}

    
body {
	background: #adb5bd;
}
h1 {
	margin-top: 50px;
	margin-bottom: -70px;
}
.div-h {
	text-align: center;
	text-shadow: -8px -8px 0px #ffadad, -6px -6px 0px #ffd6a5, -4px -4px 0px #fdffb6, -2px -2px 0px #caffbf, 2px 2px 0px #9bf6ff, 4px 4px 0px #a0c4ff, 6px 6px 0px #bdb2ff, 8px 8px 0px #ffc6ff;
}
.div2 {
	position: relative;
	background-color: white;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	
}
.div3 {
	position: static;
	background-color: white;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	width: 60%;
	padding: 30px;
	padding-top: 0px;
	box-shadow: 3px 3px 3px black;
	border-radius: 50px;
}


.box-button {
	animation: glowing 1300ms infinite;
	margin: 15px;
	padding: 5px;
	width: 150px;
	background-color: black;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-radius: 30px;
	text-align: center;
}

@keyframes glowing {
      0% { background-color: #93e1d8; box-shadow: 0 0 5px #93e1d8; }
      50% { background-color: #ddfff7; box-shadow: 0 0 20px #ddfff7; }
      100% { background-color: #93e1d8; box-shadow: 0 0 5px #93e1d8; }
      }
.button {
	margin: 15px;
	padding: 5px;
	width: 150px;
	background-color:#ddfff7 ;
	bottom: 10px;
	right: 10px;
	border-radius: 0px;
	text-align: center;
	transition: border-radius 1s;
}
.button:hover {
	text-shadow: 2px 3px 2px red;
	border-radius: 50px;
}
.link {
	text-decoration: none;
}



img {
    width: 100%;
	max-height: 200px;
	max-width: 200px;

}
.buttonzu {
    max-width: 10%;
    position: fixed;
    top: 50%;
    left: 5%;
}
.buttonvo {
    max-width: 10%;
    position: fixed;
    top: 50%;
    right: 5%;
}
.vorschauzu {
    max-width: 10%;
    position: fixed;
    top: 50%;
    left: 2%;
    z-index: -5;
    filter: opacity(50%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.vorschauvo {
    max-width: 10%;
    position: fixed;
    top: 50%;
    right: 2%;
    z-index: -5;
    filter: opacity(50%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}