@charset "UTF-8";

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size:18px;
  line-height:1;
  color:#666666;
  background-color:#FFC0CB;
  background-image:<a href=.........../></a>;
  background-position:top 50px left,bottom right 40px,top left;
  background-repeat:no-repeat,no-repeat,repeat;
  background-attachment:fixed;
  padding:0;
  margin-top:100px;
  margin-bottom:110px;
}

a,a:visited {
  color:#0088cc;
  text-decoration:none;
}

a:hover,a:focus {
  color:#005580;
  text-decoration:underline;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

#profile {
  width:940px;
  margin:40px auto -10px;
  background:rgba(255,255,255,1) url(https://i.ibb.co/BNYvpCP/resized-image-2.jpg) top center no-repeat;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;