

html{
    background-image: url(/static/img/02b.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}



body {
    font-family:"sst";
    font-size: 50px;
    color: aqua;
    letter-spacing: -10px;

}


h1 {
    font-size: 50px;
    letter-spacing: 10px;

}

@font-face {
    font-family: "sst";
    src: url(/static/fonts/slideyouran-Regular.ttf);
    
}

