
@font-face {
    font-family: 'cordata';
    src: url(fonts/cordata.ttf);
}
title 
{
    font-family: 'cordata'
}
h1 {margin-top: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
    font-family: 'cordata'}

    h2 { margin-top: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
    font-family: 'cordata';
}



p { 
  font-family: 'cordata'
        }
        
.column {
  float: left;
  width: 50%;
}

img {
  max-width: 100%;
  height: auto;
}
.container {
  position: relative;
  width: 50%;
}

.container {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .2s ease;
  background-color: rgba(0, 140, 186, 0);
}

.container:hover .overlay {
  opacity: 1;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.parent {
    text-align: center;
}