body {
    background-color: #1a1d26;
}

header {
    font-size: 25px;
    height: 150px;
    background-color: #92b4a7;
    border-bottom-style: solid;
    border-width: 4px;
	font-family: 'Courier New', 'Courier', 'monospace';

  
}

header span {
    font-size: 23px;
	font-family: 'Courier New', 'Courier', 'monospace';
	
}

.title {
    padding-top: 40px;
    margin-left: 20px;
}

header nav {
    margin-right: 1%;
    text-align: right;
}

header nav a {
    text-decoration: none;
    color: black;
    margin: 10px;
}

* {
    padding: 0;
    margin: 0;
}

  .card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	margin: auto;
	text-align: center;
	border-radius: 50px 50px 50px 50px;
  }
  

  .bgcol {
	background-color: #92b4a7;
  }

  .column {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.team-info {
	text-align: center;
	font-size: 18px;
}

img {
	border-radius: 50%;
}

.container {
	margin-top: 1%
}

.contributors {
	text-align: center;
	font-size: 35px;
	margin-top: 2%;
	color: #92b4a7;
}

