/* FONTS */
@font-face {
    font-family: 'exquisite';
    src: url('https://file.garden/aKnb5jNQGAe7XPwF/Fonts/exquisite-webfont.woff2') format('woff2'),
         url('https://file.garden/aKnb5jNQGAe7XPwF/Fonts/exquisite-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* FONTS END */

* {
  font-size: 12px;
  font-family: Georgia;
}

/* THEMES */ 

:root {
  --bg-image: url('https://file.garden/aKnb5jNQGAe7XPwF/Backgrounds/7.png');
  --text-color: #42326b;
  --bg-color: #f9edff;
  
}

/* THEMES END */

body {
  background-image: var(--bg-image);
  background-color: var(--bg-color);
  color: var(--text-color);
}

#news_header {
  width: 100px;
	height: 50px;
	transform: skew(-20deg);
	background: #fff;
}