body{
  background : url("back.jpg");
  color: #ffffff;
  font-family: monospace;
  text-align: center;
}
img{
  border-radius: 20%;

}
p{
  margin-left: auto;
  margin-right: auto;
  width: 50em;
}
h3{
margin-left: auto;
margin-right: auto;
  width: 50em;
}
ul {
  margin-left: 535px;
width: 120px;
}
.welcome{
  text-align: center;
  font-size: 70px;
}
#unique{
  width: 200px;
  border: 2px solid white;
}
a{
  text-decoration: none;
  color: white;

}
a:hover{
  color: grey;
}
.link {
font-family: monospace;
color: #ffffff;
}
button {
border-radius: 10px;
display:block;
margin-left: auto;
margin-right: auto;
background:url(grey3.jpg) no-repeat;
width: 120px;
line-height:40px;
text-align : center;
vertical-align : middle;
color : white;
text-decoration:none;
border-color: white;
}
