*, *:after, *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin:0;
        border:0;
        padding:0;
}

body {
	background: #F1E8D6;
	color: #030500;
	font-family: -apple-system, "Segoe UI", Roboto, sans-serif;
	overflow-y: scroll;
-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}

a, a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
	color: #0079AD;
	outline: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.main {
	margin: 0 auto;
}

button {
        border-radius:50%;
display: block; 
}

button:focus {outline:0;}

button:hover,
button:active {
}