.topnav {
  background-color: #333;
  overflow: hidden;
  font-family: "cubicfont";
  color: white;
  font-size: 22px;
}

.topnav a {
  float: right;
  color: #f2f2f2;
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav ti {
  color: #f2f2f2;
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
  float: left;
}

.topnav img {
  float: left;
  height: 41px;
  width: 41px;
  padding-top: 8px; 
  padding-left: 8px;
}

.column {
  float: left;
}

.main {
  width: 75%;
}

.greeting {
  position: relative;
  text-align: center;
  color: white;
  width: 60%;
  font-family: "cubicfont";
  font-size: 50px;
}

.greeting img {
  width: 100%;
}

.greeting wel {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.side {
    width: 25%;
}

.side img {
    height: 450px;
}

.contact {
  width: 25%;
  background-color: #4CAF50;
}

.contact img {
  padding-top: 8px; 
  padding-left: 8px;
}

@font-face {
  font-family: "cubicfont";
  src: url("Rubik-Bold.ttf");
}

.bio ti {
    font-family: "cubicfont";
    font-size: 36px;
    color: gray;
}

.bio n {
    font-family: "cubicfont";
    font-size: 36px;
}

.links img {
  height: 41px;
  width: 41px;
}