body {

 margin: 0;
}

.container1 {
  background-color: #DA3330;
}

.nav {
 background-color: #F33A30;
 padding: 10px;
 font-family: "Roboto","Helvetica","Arial",sans-serif;


}

a {
  text-decoration: none;
  color: #FDE2E1;
  display: inline-block;
  padding-top: 24px;

}

.GET-STARTED {
  position: absolute;
  right:25px;
  top: 12px;
}

.GITHUB {
  margin-left: 40px;
}

.documentation {
  padding-left: 10px;
  padding-right 10px;


}

.nav a:hover {
  background-color: #D73230;

}

.CLI {
  color: #fff;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 8px;
  margin-right: 30px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.nav img {
  vertical-align: middle;
}


.conteiner {
  width: 60%;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
  justify-content: space-around;
  margin: auto;



}

.textcontainer h4 {
  color: #fff;
  display: inline-block;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.textcontainer h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 25px;
  margin-top: 15px;
  max-width: 300px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;

}
 .STARTED {
  text-decoration: none;
  color: #AE191A;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  background-color: #FFFFFF;
  height: 45px;
  line-height: 45px;
  min-width: 140px;
  padding-top: 1px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 2px;
  width: 100px;
  text-align: center;

 }

 .textcontainer {
  margin-right: 1px;
 }



