		*{
		margin: 0;
		padding: 0;
		}
		body{
			margin:0 15%;
		}
		h1,h2,h3{
			text-align: center;
		}
		ul{
			list-style: circle;
		}
	    ul.docs {
            margin-bottom: 2cm;
        }
		.image{
			width: 200px;
			display: flex;
			align-items: center;
			margin: 25px 60px 25px 25px;
		}
		img {
			width: 250px;
		}
		.u, .g{
			box-shadow: 0 0 10px rgba(0,0,0,0.5);
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			margin: 20px 0px;
		}
		.facts{
			margin: 25px;
		}
		.number{
			white-space: nowrap;
		}
        