/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* Last updated on 09/23/2019 */

/* Global styling */
    /* Body */
body {
  background-color: #2A3786;
} 

h1 {
    text-align: center;
    color: #ffffff;
}

h3 {
  text-align: center;
  color: #555555;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width:100%;
  height:auto;
  font-size:large;
  color:#ffffff;
}

img {
    max-width:25%;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.resize {
width: 10px;
height: 10px;
height: auto;
width: auto;
}