Selector {
	Attribut: Wert;
	Attribut2: Wert2;

}

body	{
			background: black;
            width: auto;
            margin: 0 auto;
            max-width: 100%;
            
	
		}	

h1 		{
			margin: -20px;
            font-size: 30pt;
			font-family: Segoe UI, sans-serif;
			color: black;
			text-align: center;
            background-color: white;
            
    
			
		}
	
h2 		{
            width: 100%;	
            margin-bottom: 2px;
            padding: 10px;
            font-size: 10pt;
			font-family: Segoe UI, sans-serif;
			font-weight: 100;
            color: black;
			text-align: center;
            background-color: white;
		}
	
h3 		{
	        width: 100%;	
            margin-bottom: 2px;
            padding-left: 20px;
            font-size: 10pt;
			font-family: Segoe UI, sans-serif;
			font-weight: 100;
            color: black;
			text-align: center;
            background-color: white;
			
		}
	
p 		{
			font-size: 10pt;
			background-image: tip.jpg;
			font-family: Segoe UI, sans-serif;
			color: white;
			text-align: center;
        
            box-sizing: border-box;
		}

.pblack 		{
			font-size: 10pt;
            margin-left: 30px;
            font-weight: 600;
			font-family: Segoe UI, sans-serif;
			color: black;
			text-align: center;
            box-sizing: border-box;
		}



html {
        text-align: center;

}

a{
    text-decoration: none;
}

.navi{
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    margin: 0px;
    padding: 10px;
    border-style: none;
    text-align: center;
    color:black;
    background-color: white;
    font-family: Segoe UI, sans-serif;
    
    
}


img {
    
    width: 250px;
    margin-top: 150px;
    border-style: solid;
    border-color: black;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 20px;
    border-width: 1px;
        
    transition: ease-in-out all 350ms;
}

.image2 {
    
    width: 130px;
    margin-left: 0px;
    margin-top: 50px;
    border-style: none;
    border-color: white;
    border-width: 1px;
        
    transition: ease-in-out all 350ms;
}

.image2:hover {
    
    margin-left: 0px;
    padding-left: 30px
    margin-top: 50px;
    border-style: none;
    border-color: white;
    border-width: 1px;
        
    transition: ease-in-out all 350ms;
}

img:hover {
    border-style: solid;
    border-color: white;
    border-width: 1px;
    
    transition: ease-in-out all 350ms;
}


button {
        margin-top: 50px;
        width: 220px;
        padding: 15px 15px 15px 15px;
        color: white;
        background-color: transparent;
    
        box-shadow: 5px 17px 10px -7px rgba(220, 220, 240, 0.1); 
        border: solid 3px lightgray;
        border-radius: 8px;
        font-size: 20px;
        font-family: Segoe UI, sans-serif; 
        
        transition: ease-in-out all 350ms;
}

button .comment { display: none; }
button:hover .replies { display: none; }
button:hover .comment { display: inline; }


button:hover {
        color: black;
        padding: 15px 15px 15px 40px;
        background: url("https://seeklogo.com/images/I/instagram-logo-A807AD378B-seeklogo.com.png") no-repeat 10px;
        background-size: 40px 40px;
        border: solid 3px white;
        border-radius: 8px;
        
        transform: translate(-0px, -0px);
        box-shadow: 0px 30px 10px -10px rgba(0, 0, 0, 0.2);
        background-color: white;
        
        
        
        
}