@charset "UTF-8";

<style>
body {
  background:url(https://www.transparenttextures.com/patterns/concrete-wall.png) repeat;
  background-color:#fdfdfd;
  color:#000;
  font-family:'Arial Black',sans-serif;
  font-size:15px;
  text-shadow:1px 1px 2px rgba(0,0,0,0.3);
  margin:20px;
}

h1,h2,h3 {
  text-align:center;
  font-weight:bold;
  border-bottom:2px solid #000;
  padding-bottom:5px;
  margin-bottom:15px;
}

a {
  color:#000;
  font-weight:bold;
  text-decoration:underline;
}

.profile-section {
  background:rgba(255,255,255,0.8);
  border:3px solid #000;
  border-radius:15px;
  padding:20px;
  margin-bottom:25px;
  box-shadow:0 0 15px rgba(0,0,0,0.1);
}