* {
box-sizing: border-box; 
margin: 0;
padding: 0;
font-family: 'Open Sans',sans-serif;
}

.column {
float: left;
}

.row::after {
content: ""; 
display: table;
clear: both;
}

.navbar {
width: 100%;
overflow: auto;
}

.navbar a {
float: left;
padding: 12px;
color: #f2f2f2;
text-decoration: none;
font-size: 12px;
}

.navbar a:hover {
color: #6cde3f;
}

.button {
background-color: #6cde3f;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 50px;
}

.button:hover {
color: #4027df;
}

.content5{
width: 33.33%; 
height: 200px; 
text-align: center; 
align-content: center; 
background-size: cover; 
float: left;
}

.text-content5{
font-size: 50px;
color: #e9e7e7;
}

.buttombar  {
width: 100%; 
height: 70px; 
text-align: center; 
align-content: center;
color:#3d3c3c;
}