﻿/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 9, 2016 */



@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/ubuntu-regular-webfont.eot');
    src: url('fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-regular-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-regular-webfont.woff') format('woff'),
         url('fonts/ubuntu-regular-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;

}

html{height: 100%; /*подвал к низу*/
	width: 100%; /*на всю ширину*/
	} 

body{
	font-family: 'ubunturegular', 'Tahoma', 'Arial';
	height: 100%; /*подвал к низу*/
	width: 100%; /*на всю ширину*/
	font-size: 100%;
}


#content{
	background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: left;
    
}

#demos{
    text-align: left;
	padding: 5%;

}
