﻿.newStyl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-radius: 100px;
	background-color:#003399;
	color:white;
	line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
    height:650px;
    top:150px;
}
html {
	background: #e6e9e9;
	background-image: url("elektronika2.jpg");
	-webkit-font-smoothing: antialiased;
}
a {
	color:yellow;
}
