* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    
    width: 80%;
    padding: 10px;
    height: 100%;
	border: solid grey px;
	border-radius: px;
	box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 grey;
	text-align:left;
}

h4 {
    letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 35px;
  color: black;
  margin-top:50px;
margin-left:20px;
}	
