/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.4.2022, 15:48:35
    Author     : smid
*/

body {
    background-color: #dce8f4;
  background-image: url('../images/background.jpg');
   background-attachment: fixed;
  background-size: 100%;
}

.logo {
    margin-top: 50px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

}
