@font-face {
    font-family: 'playfairdisplay';
    src: url('fonts/playfairdisplay.ttf') format('truetype');
}
body
{
	background-image: url("https://fejer.ch/background.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #E8CC9C;

	color: white;
	/*font-family: Arial, serif;*/

	/* font-size: 1vw; */
}
#fullbody
{
	width: 100%;
	font-family: 'playfairdisplay'; 
}
#logo
{
	text-align: center;
	background-color: rgba(0,0,0,0.2)
}
.companyname
{
	font-size: 10vw; 
}
.companytext
{
	font-size: 1vw; 
}