body{
  background-color: #ffee2234;
  margin-left:2px
}

h1{
	text-shadow: 2px 2px 2px #ff4567;
	 margin-left:2px;
  font-family: "Stack Sans Headline", sans-serif;
  font-style: normal;
}

.mine{
  background-color: red;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 10px solid black;
  border-left: 10px solid green;
  line-height: 15px;
}
p{
  background-color: blue;
  line-height: 15px;
}

.min{
  color: blue
}
a{ 
color: red
}

