@import "style.css";

.row {
  display: flex;
  flex-direction: row-reverse;
}

.column {
  padding: 10px;
  float: right;
}

.column.middle {
  width: 65%
}

.column.side {
  width: 30%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


.header {
  text-align: left;
  position: static;
  margin-left: 0;
  margin-right: 0;
}

img {
  display: block;
  margin-left:auto;
  margin-right: auto;
}

p {
  margin-left: 60px;
  margin-right: 60px;
}

.sticky {
  position: fixed;
  top: 0;
}

.sticky + .content {
  padding-top: 103px;
}