*{
  margin: 2px;
  box-sizing: border-box;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode','Lucida Grande',
  'Lucida Sans', Arial, sans-serif;
  text-color: #424949;

}

nav {
  color: black;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem calc((100vw-1300px)/2);
}

.logo img{
  position: absolute;
  margin-top: 15px;
  margin-left: 10px;

}

nav a{
  width: 100px;
  padding: 20px 15px;
  color: #424949;
  text-decoration: none;
  text-align: center;
}


li {
  color: #424949;
}

ul {
  padding-top: None;
  padding-bottom: 20px;
}

p {
  font-size: 15px;
  color: #424949;
  padding: 0 3em 2em 0
  margin-left: auto;
  margin-right: auto;
}

h2{
  padding-top: 20px;

}

.profile-picture {
  border-radius:50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero-contrainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 95vh;
  padding: 3rem calc((100vw - 1300px) / 2)
}

.colum-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.colum-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 2rem;
}
