body {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 300;
  margin: 0;
}

.container {
  width: 570px;
  margin: 0 auto;
}

p{
  margin-bottom: 0;
}

.bold-text,
.name, time {
  font-weight: 900;
  /* display: block; */
  color:#99D930;
}

h1 .bold-text{
  font-size: 80px;
}

h2 .bold-text{
  font-size: 60px;
}

.avatar {
  border-radius: 50%;
  width: 300px;
}

h1, h2 {
  font-weight: 300;
}

h1 {
  font-size: 60px;
  margin-top: 0;
}

h2 {
  margin-top: 0;
  font-size: 42px;
  border-top:solid 1px #C4C4C4;
  border-bottom:solid 1px #C4C4C4;
}

h3 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0;
}

.small-text {
  font-size: 16px;
  margin-top: 5px;
}

a {
  color: #99D930;
  font-weight: 900;
}

a:hover, a:focus {
  color: #131313;
}


.intro{
  background-color: #D7D7D7;
  padding:100px 0;
}

.about-me{
  background-color: #FFEAEA;
  padding:100px 0;
}

.content{
  background-color: #EAF9FF;
  padding:100px 0;
}

.background-black{
  background-color: #252525;
  color: #FFF;
}

.buttons{
  display: inline-block;
  background-color: #99D930;
  text-decoration: none;
  color: #252525;
  padding: 8px 24px;
  border-radius: 4px;
  margin-top: 25px;
}

.buttons:hover,
.buttons:focus{
  background-color: #252525;
  color: #FFF;
}


.line{
  width: 1px;
  color: #C4C4C4;
}
