html, body {
background-image: url(../img/bg_ghosts.jpg);
}


main, aside{
border: 32px solid transparent;
border-image: url(../img/border_henocied.png) round 53;

background-clip: padding-box;

background-color: #000;
color: #fff;
}

a{

    color: aqua;
}