

body {
  width: 450px;
  padding-top: 15px;
  padding-bottom:15px;
  padding-right:35px;
  padding-left:35px;
  margin-top:20px;
  margin-bottom:20px;
  margin-left: auto;
  margin-right:auto;
  border: 20px solid aliceblue;
  font-family: serif;


}

h1, h2, h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:0;
  padding-left:0;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;





}

img {
  width: 100%;

}

ul {
  list-style-type: circle;


}


a {
  text-decoration: none;
  color:  #809fff;
  transition: 0.75s;


}


a:hover {
  color: #4d79ff;


}

.fa-instagram {
  background-color: rgb(81, 127, 164);

}



.fa {
  display: inline-block;
  width: 36px;
  height: 15px;
  margin-bottom:10px;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 18px;
  margin-left: 20px;
  margin-top: 10px;



}






.fa-pinterest-p {
  background-color:rgb(203, 32, 39);



}

div {
  text-align:center;



}

img {
  border: 5px solid #e6e6e6;



}
