body{
  background-image: url(../../images/Cloudsdk.jpg);
}
p,div{
  color: black;
  font-weight: bold;
  line-height: 100%;
  padding-bottom: 2px;
}
.trib-section{
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px 5px 20px 5px;
  align-items: center;
  justify-content: center;
  border: 10px outset #7CB1D7;
  background-color: #E3ECF6;
}
