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