
	 
	 h1, h2, h3, h4, h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    align-content: center;
  }
  
p {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
}
	#rba {
	font-size: 40px;
		font-family:nunito;
	}
			  
			  #meza {
				  margin-top: 70px;
				 
			  }
		 
		 
		  html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  box-sizing: 30px;
}

/* Three columns side by side */
.column {
  float: left;
  width: 100%;
  margin-bottom: 6px;
  padding: 0 8px;
  font-size: 12px;
  text-align: center;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;

}

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

.card-title {
  color: white;
  font-size: 12px;
  line-height: 0.1;
}

  .button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 4px;
  color: white;
  background-color: #0c2e8a;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: -15px;
}



p.card-text {

  line-height: 1.5;
  color: white;
}







