body{
	background-color: lightgray;
	margin:0px;

}
			.logo {
			width: 50%;
			height: 250px;
			margin-left:8%;
			float:left;
			text-align:center;
			position: relative;
			top: 90px;
			font-size: 75px;
			color: gray;
			text-shadow: 2.5px 2.5px #C8FBFF;
			cursor:default;
			}
			.logo1 {
			width: 38%;
			height: 350px;
			margin-left:60%;
			background-image: url("astronauta.png");
			background-repeat:no-repeat;
			padding:10px;
			}
			.menu{
			width: 17.5%;
			float:left;
			color: white;
			text-shadow: 1px 1px black;
			font-size: 30px;
			text-align: center;
			
			}
			.tekst{
			width: 82.5%;
			height: 100%;
			background-color: gray;
			float:left;
			border-radius: 10px;
			}
			.tekst1{
			padding:50px;
			font-size: 25px;
			
			}
			.stopka {
			width: 100%;
			height: 40px;
			float:left;
			
			}
			.punkt {
			width: 100%;
			height: 100%;
			background-color: gray;
			border-radius: 10px;
			}
			.punkt1 {
			width: 100%;
			height: 100%;
			color: gray;
			text-shadow: 1.8px 1.8px #333;
			}
			.punkt:hover{
			background-color:gray;
			text-decoration:none;
			cursor:pointer;
			font-size:30.5px;
			}
			.punkt1:hover{
			background-color: light-gray;
			text-decoration:none;
			cursor:pointer;
			font-size:30.5px;
			}
			.tekst2 {
			margin-top: 90px;	
				
			}
			a{
			text-decoration:none;
			color:white;
			}
			ol{
			list-style:none;
			}