
body {
  font-family: degular, sans-serif;
  font-style: normal;
  color: #151515;
  background-color: #dd875d;
  border: 2px solid #151515;
  /*border-radius: 25px;*/
  margin: 50px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}


h1 {
  /*font-family: "degular display";*/
  margin: 0;
  font-size: 4.5rem;
  font-weight: normal;
  color: #151515;
  line-height: 4.5rem;

}

h2 {
  margin-top: 50px;
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
}

p {
  margin: 0px;
  font-size: 2rem;
  line-height: 1.5;
  color: #151515;
  font-weight: medium;
}

a {
  text-decoration: none;
  color: #151515;
  border-bottom: 2px solid white;
  transition: .3s;
}

a:hover {
 color: white;
 /*border-bottom: 2px solid #151515;*/
 transition: .3s;
}

.amp {
  color: white;
}


.nav {
  /*height: 50px;*/
  border-bottom: 2px solid #151515;
  margin-bottom: 100px;
}
/*
.nav p {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: right;
}*/


.container {
  padding: 100px 100px 50px 100px;
  max-width: 1300px;
  /*height: 750px;*/
  /*background-color: grey;*/
  margin: 0 auto;
}

.about {
  padding-bottom: 50px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*padding-bottom: 200px;*/
}

.flex-item {
  position: relative;
  max-width: 50%;
  flex: 1 1 auto;
}


footer {
  margin-top: 150px;
  padding-top: 20px;
  border-top: 2px solid #151515;
}

footer p, a {
  font-size: 2rem;
  font-weight: 400;
}

/*.footer-left {
  float: left;
  width: 650px;
}

.footer-right {
  float: right;
  width: 650px;
  /*text-align: right;*/
}*/
