 
 
 body {
        background-color: #39597e;
        font-family: 'Odibee Sans', cursive;
	color: #293745;

        }

.odibee-sans-regular {
  font-family: "Odibee Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
      color: #ebebeb;
      font-size: 25px;
      font-family: 'Courier New', Courier, monospace;
    }

 h2 {
      color: #ebebeb;
      font-size: 50px;
    }
a {
  text-decoration: none;
  font-size: 30px;
  color: #dfdfdf;
  padding: 20px;
}

a:hover {
  opacity: 0.7;
}

.fa {
  padding: 20px;
  margin: 10px 10px ;

  
}


.fa:hover {
    opacity: 0.7;
}

.fa-twitter {
  color: #ebebeb;
;
}

.fa-instagram {
  color:#ebebeb;
 
}

.fa-tumblr {
  color: #ebebeb;
  
}


a:hover{text-decoration:none;color:#5b7b80;cursor:crosshair;
 color:#5b7b80;
 ;
 ;
}

header {
  background-color: none;
  text-align: end;
  padding: 50px;
}

* {
  box-sizing: border-box;
}


.column {
  float: left;
  padding: 90px;
  height: 300px; 
}

.left {
  width: 60%;
}

.right {
  width: 40%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}