@charset "UTF-8";

a:link,a:active,a:hover {
  color:#cfa96e;
}

.avatar img {
  width:300px;
  height:300px;
  border-radius:10px;
  box-shadow:0 0 10px #000;
}

a:visited {
  color:#8a6a43;
}

body {
  background-color:#1a1a1a;
  background-image:url(https://www.transparenttextures.com/patterns/black-linen.png);
/* ????? ???????? */
  background-repeat:repeat;
  background-attachment:fixed;
  color:#e6d3b3;
  font-family:'Georgia',serif;
  font-size:13px;
}

.img_radius_shadow {
  border-radius:5px;
  box-shadow:4px 4px 10px #000000;
}

.content {
  padding:10px;
  font-style:normal;