a{
    color: cadetblue;
}

body{
    background-image: url('/static/image/miku.jpeg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-color: powderblue;
}
