
@font-face {
    font-family: "AaronMarker";
    src: url(AaronMarker.ttf) format("truetype");
}
@font-face {
  font-family: "A Lincoln Font";
  src: url(ALincolnFont.ttf) format("truetype");
}
body{
    font-family: Verdana;
    font-size: 12px;
    color: #2a0000;
    line-height: 12px;
}
h1{
    font-family: A Lincoln Font, "Times New Roman";
    text-align: right;
    font-size: 50px;
    line-height: 30px;
    margin: 2px 0px 5px 0px;
    border-bottom: black 2px solid;
}
a, a:visited{
    color: white;
    text-decoration: none;
}
a:hover{
   font-style: italic; 
}
.statistics{
    background-image: url(texture02.jpg);
    background-size: cover;
    text-align: left;
    position: relative;
    width: 220px;
    left: 50%;
    transform: translate(-50%);
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}
.statistics a, .statistics a:visited, .statistics a:hover{
    color: #861f15;
}
.image{
    display: inline;
    float: right;
    padding: 5px;
}
.discog{
    display: grid;
    grid-template-columns: 190px 190px;
    grid-template-areas: 'one two';
    line-height: 13px;
}
select{
    width: 180px;
    text-align: center;
}
.formtext{
    line-height: 13px;
}
.parent{
    display: grid;
  grid-template-columns: auto auto auto auto auto;
  width: 380px;
  margin-left: 0px;
  grid-gap: 3px;
  padding: 1px 1px 1px 1px;
  z-index: 10;
  
}
.parent div{
  padding: 1px 2px 1px 2px;
}
.title{
    color: #861f15;
    font-weight: 700;
    text-align: center;
}
.item{
  text-align: center;
}