/* colours */

a {
  color: #eee;
  outline: none; }

a:focus,
a:hover {
  color: #eee; }

.nav-link {
  color: #FFFFFF !important; }

.nav-link:focus,
.nav-link:hover {
  color: #eee; }


/* Other */

p img {
    padding: 5px;
    width: 33%;
    height: auto;
    border-radius: 10px;
}

h2{
    font-weight: bold;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 50px;
    text-align: center;
    color: #00693e;
}