:root {
  	background-image: url('img/bgwhite.png');
	background-attachment: fixed;
  	font-family: "PT Serif", serif;
  	font-size: 20px;
}

/* Строго говоря, это не нужно, но пусть будет */

a {
    text-decoration: none;
}

a:hover {
    color: black;
    background-color: black;
    cursor: pointer;
}

* {
  	scrollbar-color: #FFFFFF;
  	scrollbar-width: thin;
}

a:hover {
    color: #FFFFFF;
    background-color: black;
    cursor: pointer;
}

img:hover {
	background: none;
	transform: scale(1.15);
}

a.img:hover {
	background: none;
	cursor: pointer;
}

img.no-hover {
	outline: transparent;
	transform: none;
}

/* a:hover { 		тёмная тема
    color: #0d0d0d;
    background-color: #FFFFFF;
    cursor: pointer;
}
*/