.container {
  margin-top: 150px;
}

.break {
  text-align: center;
}

.left {
  font-size: 24px;
  text-align: right;
}
  .left a {
    color: #323232;
    text-decoration: none;
  }
  .left a:hover {
    text-decoration: underline;
  }
  .left ul {
    margin-top: 50px;
    list-style-type: none;
  }
  
.right {
  text-align: left;
}
  .right h1 {
    margin-top: 75px;
    width: 297px;
    height:36px;
    background: url('images/name.png');
    text-indent: -1337em;
  }