body {
    width: min(100%,800px);
    margin-right:auto;
    margin-left:auto;
}
container {
    display:block;
    background-image:url('az_ur.png');
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}
title1 {
    display: flex;
    justify-content: center;
    margin: 5px, auto;
}
h1, h3, h5, ul, intro {
    color: white;
 /*   background-color: black;*/
}
ul {
    margin-right: 10px;
}
li {
    margin: 50px, 10px;
}
h3, h5 {
    margin: 10px;
}
a {
    color: lightblue;

}
footer, header {
	color: white;
}
.leftrightText {
	display: flex;
	justify-content: space-between;
}
p {
	margin-right: 3px;
	margin-left: 3px;
}
img {
	margin: 3px;
}
