h1 {
    color red;
}
 
h2
    color blue;
}
 
p {
    color: slategray;
}
 
li {
    color: slategray;
}

.centered-image-small {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
	max-width: 30%;
}

.centered-image-medium {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
	max-width: 50%;
}

.centered-image-large {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 1600px;
	max-width: 70%;
}

.container {
    display: flex;
    justify-content: center;
	padding: 20px;
}

.container img {
    max-width: 100%;
}


body {
    /*background-image: url("../images/Background(2).png");
	background-color: #004282;*/
    background-color: #001e48;
    background-size: cover;
    background-position: center;
    background-repeat:  no-repeat;
}