
body
{
	font-family: 'Lato', sans-serif;
    /* text-transform:capitalize;
    font-variant:small-caps;     */
	margin:0;
    /*font-size: 2em;*/
    background-image: url('/img/stars.jpg');
    background-repeat: round;
}




 html, body 
 {
    /*overscroll-behavior-x: none;*/
    
    -ms-scroll-chaining: none;
}


@media (orientation: portrait)
{
    body
    {
        /*font-size: 2em;*/
    }
}

@media all and (max-width: 980px) 
{
    body
    {
        /*font-size: 3em;*/
    }
}

input
{
    font-family: 'Lato', sans-serif;
    /*font-size: 2em;*/
	border:none;
	border-radius:12px;
    padding: 0px 10px;
}

button
{
	
}