﻿@keyframes fade {

50% {opacity:0}

}
body {
	background-color:#080808;
	-webkit-transition: all 0.25s;
					transition: all 0.25s;
	color: #fff;
	text-align: center;
	font: 18px "Verdana";
}
a {
	color: currentColor;
	font-size: 15px;
	margin: 0 25px;
	transition: opacity .2s;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
#wrap {
	border:1px dashed #222;
	border-radius:10px;
	margin:20px auto;
	padding:25px 15px 15px 15px;
	width:290px;
	text-align:center;
	color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

#words {
	color:#fff;
	margin:20px auto 5px auto;
	width:120px;
	padding:5px;
	height:200px;
	font: 22px "Verdana";
	text-align:center;
	line-height:1.4;
}

.vialdbtn {
	color: #fff;
	cursor:pointer;
	display:inline-block;
	margin:6px;
	padding:8px;
	background: #000;
	font: 14px Verdana;
	border: 1px dashed #222;
	border-radius:5px;
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
     -ms-user-select: none;
	    user-select: none;
}

.vialdbtn:hover  {
	background: #333;
	border-color:#333;
	color: #fff;
}

/*Хренька*/

.hren {
	-webkit-transition: all 10s;
	        transition: all 10s;
	-webkit-transform: rotate(3020deg);
	    -ms-transform: rotate(3020deg);
	        transform: rotate(3020deg);
}

.hren2 {
	animation: fade 3s 1 ease-out;
}

.hren3 {
	transition:all 2s;
	color:#456;
	background: #000;
}

.barellrol {
	transform: rotate(360deg);
	transition:all 2s;
}
