@charset "UTF-8";

body {
    background-color: #000000;
    background-image: url(../images/Woodlyn-wallpaper-3840x2400px.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
}
