body{
  margin : 0px 1px 0px;
    }
.Hello {
  height : 200px;
  width : 100%;
  border : 2px solid black;
  text-align : center;
  background-color: #905d2d;
  }
.Picture {
  display : flex;
  justify-content: space-around;
  margin : 25px;
  }
  #P1 {
  height : 200px;
  width : 30%;
  border : 2px solid black;
  background-color : #902D2F;
  }
  #P2 {
  height : 200px;
  width : 30%;
  border : 2px solid black;
  background-color : #902D2F;
  }
  #P3 {
  height : 200px;
  width : 30%;
  border : 2px solid black;
  background-color : #902D2F;
  }
.Tittle {
  display : flex;
  font-weight: bold;
  justify-content: space-around;
  margin : 0px 25px 0px;
  }
  #T1 {
  text-align: center;
  height : 30px;
  width : 30%;
  border : 2px solid black;
  background-color : #902D2F;
  }
  #T2 {
  height : 30px;
  width : 30%;
  border : 2px solid black;
  background-color : #902D2F;
  text-align: center;
  }
  #T3 {
  height : 30px;
  width : 30%;
  border : 2px solid black;
  background-color : #902D2F;
  text-align: center;
  }
.Goodbye {
  height : 200px;
  width : 100%;
  border : 2px solid black;
  text-align : center;
  margin :25px 0px 0px;
  background-color : #908F2D;
  }
a {
  font-size : 25px;
  }
  a:link, a:visited {
  background-color: transparent;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  color: white;
  background-color: transparent;
}
p {
  font-size : 25px;
  }
img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  }