:root {
  background-color: white;
}
body{
  max-width: 1000px;
  margin: 0 auto;
  background: whitesmoke;
  color: #444;
  box-shadow: 1px 5px 10px #aaa;
}
.body {
  margin: 0 auto;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; !important
}
.left {
  background-color: #eee;
  padding: 10px;
  text-align: center;
  border-radius: 5em 0 4em 0;
}
.tspace {
  margin-top: 10px;
  margin-left: 4em;
  height: 5em;
  background: #eee;
  border-radius: 60px 0 0 0;
}
img.pp {
  border: 10px solid #ddd;
  border-radius: 50%;
}
a {
  text-decoration: none;
  color: #334;
  padding: 0 10px;
}
a:hover {
  color: whitesmoke;
  border: 1px solid #444;
  border-radius: 5px;
  background-color: #aaa;
}
.space {
  height: 4em;
}