﻿*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family:Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
}


body {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
}

   

   

   