* {
  box-sizing: border-box;
}

#main-container {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border: 2px solid #a42cd6;
  padding: 0 25px 25px 25px;
}

p {
  font-size: 1em;
  text-align: justify;
  color: #036804;
  line-height: 1.5em;
}
li,
a {
  color: #036804;
  line-height: 1.5em;
}
.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

header {
  background-color: #a42cd6;
  padding: 25px 0;
  margin-top: 25px;
}

header > h1,
header > p {
  color: white;
  text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: #a42cd6;
  margin-bottom: 15px;
  text-align: center;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #1d021b79;
  color: white;
}

h1,
h2,
h3,
h4,
h5.h6 {
  color: #a42cd6;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.center-align {
  text-align: center;
}
