body {
  background-color: #F8EDE3;
}

/* cada linha */

.linha {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 10px;
  overflow: hidden;
}

/* Column margins */
.coluna100, /* full width */
.coluna75, /* 3/4 width */
.coluna66, /* 2/3 width */
.coluna50, /* half width */
.coluna33, /* 1/3 width */
.coluna25 /* 1/4 width */ {
  display: inline;
  float: left;
}

/* primeiro e ultimo */
.primeiro {
  margin-left: 0;
  margin-top: 10px;
}

.ultimo {
  margin-right: 0;
 margin-top: 15px;
}

.titulo2 {
  color: #798777;
}

hr {
  border-color: #798777;
}

body {
  font-family: "Poppins", sans-serif;
}

.button {
  background-color: #04aa6d;
  border: none;
  color: #4a628a;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

ul {
  color: #798777;
}

.button2 {
  background-color: white;
  color: #798777;
  border: 2px solid #798777;
}

.button2:hover {
  background-color: #798777;
  color: white;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

h2 {
  color: #798777;
  text-align: center;
}

p {
  color: #798777;
}

img {
  width: 180px;
  height: 180px;
  margin: 20px;
 
}

.about {
  text-align: left;
 
}

.imgprojeto {
  float: left;
}

a {
  text-align: center;
 color: #798777;
 text-decoration:none;
 font-weight: bold;
 
  
}

.a {
  display: block;
}


.tituloprojeto {
  text-align: left;
}

.coluna100 {
  width: 100%;
}
.coluna75 {
  width: 75%;
}
.coluna66 {
  width: 66.6666666666666%;
  text-align: left;
}
.coluna50 {
  width: 50%;
}
.coluna25 {
  width: 25%;
}
.coluna33 {
  width: 25%;
}
