/* style_links.css */

body{
    margin:40px auto ;
    max-width:650px;
    line-height:1;
    font-size:30px;
    color:#444;
    padding:0 10px;
    background-image: url('../assets/img/global/linksbg2.gif'),
     url('../assets/img/global/linksbgd.png');
    background-size: 100vw, 30vw;
    background-blend-mode: screen;}

h1,h2,h3{
    line-height:1.2;
font-size: 40px;}

#linksbg{
    background-color: rgba(255, 233, 243, 0.849);
    z-index: -1;
    max-width:650px;
    box-shadow: 0px 0px 10px 20px rgba(255, 233, 243, 0.849);
}


#linkstitle{
    font-family: 'pixelary';
    font-size: 6vw;
    color: #f63090;
}

@font-face {
    font-family: 'voidpixel';
    src: url('../fonts/void_pixel-7.ttf') format('truetype');
}


