
		body {
			background-image: url("Vlog Prototyp Background.png");
            background-size: 100%;
            background-repeat: no-repeat;
            
		}     
        #h1_1 {
            text-align: center; font-size: 4vw; margin-top: 5px; font-family: 'Courier New', Courier, monospace;
        }
		.grid-container {
			display: grid;
			grid-template-columns: 25% 25% 25% 25%  ;
			grid-template-rows: 10vh 10vh 10vh 10vh ;
			grid-gap: 30px;
			margin: 1% auto 5% ;
			height: 70%;
			width:	40%;
            background-color: white;
            box-shadow: 10px 10px #d2b48c;	
            border-radius: 10px;	
            width: fit-content;
            padding: 3em 1em;
		}
        
	/*	img {
		height: 100%;
		width: 100%;
		border-radius: 5px;
		box-shadow: 10px 10px #d2b48c;
		}*/
		.noshadow {
		height: 100%;
		width: 100%;
		box-shadow: none;
		}
		
		
        .bereits_exist_websites {
          grid-row: 4 / 5;   
            font-size: 2vh;
        }
         #b_2, #b_3, #b_4, #b_5 {
            background-color: antiquewhite;
            border-radius: 10px;
            margin: 1em;
            height: fit-content;
          	color: #000;
          	padding:1vh;
        }
        #d_1 {
            position: relative;
           margin: 1em;
           /* border: 1px solid black;*/
          
            grid-column: 1 / span 4;
            grid-row: 1 / span 3;
        }
        .info_about_me {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: row;
            height: 70%;
            padding: 20px 30px;
            background-color: antiquewhite;
            border-radius: 20px;
            border: 5px outset #e4d9ca;
        }
    
        #img_1 {
            width: auto;
            box-shadow: 10px 10px #d2b48c;
            margin: 5px;
            border-radius: 8px;
        }
        #p_1 {
            padding-left: 20px;
            overflow-y: scroll;
        }
        #button_1 {
            position: absolute;
            z-index: 2;
            right: 2vw;
            bottom: -2%;
            padding: 10px;
            background-color: #e6ccaa;
            border-radius: 9px;
            border: none;
        }
		