body{
    border-style:solid;
    border-color:black;
    background-image: url(https://upload.wikimedia.org/wikipedia/en/a/aa/Magic_the_gathering-card_back.jpg);
}
h1{
    text-align:center;
    color:red;
    font-size:50px;
}
h2{
    font-size:30px;
    text-align:center;
    color:blue;
}
#title{
    border-style:ridge;
    border-width:30px;
    border-color:gray;
}
.img{
    width:50px;
}
p{
    
}
img{
    width:120px;
}
.link{
    color:red;
    font-size:25px;
}
.center{
    text-align:center;
}
a:hover{
    color:pink;
    font-size:30px;
}
.example{
    width:200px;
}
div{
    font-style:italic;
}
.mana{
    font-family:cursive;
}
.card{
    font-weight:bold;
    font-size:30px;
    color:orange;
}
#power{
    font-weight:bold;
}
img.example{
    filter: blur(5px);
}
img.example:hover{
    animation: sepiafilter 2s forwards;
}
@keyframes sepiafilter{
    from{
        filter: blur(5px);
    }
    to{
        filter: blur(0px);
    }
}
div.mainrap{
    width:(100%);
    max-width:960px;
    margin:0 auto;
}
#iner{
    background-color:lightgray;
}
img.example{
      display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
.man{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}