﻿.bg-cover {
	background-image: url("./tausta.jpg") !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	font-size: 18px;
}

.logo {
	background-size: contain !important;
	background-image: url("./logo.png") !important;
	max-width: 200px;
	min-width: 100px;
}
