.totop_join{
  width: 184px;
    height: 81px;
    padding: 1px;
    text-align:center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom: 60px;
    right: 90px; 
  background: url('joinnow.png') no-repeat 0 0px;
  display: none;      
}
.totop_top{
  width: 51px;
    height: 51px;
    padding: 1px;
    text-align:center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom: 75px;
    right: 40px; 
  background: url('arrow_up.png') no-repeat 0 0px;
  display: none;  
}
.newsBlock {
  border-radius: 12px;
  box-shadow: 4px 5px 20px 0px #000000b3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
img.newsPic {
  margin: 0;
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.newsBlock a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 16px;
}
video {
  border-radius: 12px;
  width: 100%;
  height: auto;
}
h3.news {
  margin-top: 6px;
}
ul.news {
  margin-top: 16px;
  margin-bottom: 12px;
}
ul.news li{font-size:12px;
  padding: 5px 20px;
  text-shadow:none;
  font-family: "Gotham", "Arial", "Helvetica", "Arial", "sans-serif";
  word-spacing: 1px;
  line-height: 1.4em;
  color: white;
}

.discord .myButton {
	box-shadow:inset 0px 1px 0px 0px #4d69a1;
	background:linear-gradient(to bottom, #66b8ff 5%, #247cff 100%);
	background-color:#66b8ff;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#0a090a;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	padding:12px 34px;
	text-decoration:none;
	text-shadow:0px 1px 0px #66bdff;
}
.discord {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.discord .myButton:hover {
	background:linear-gradient(to bottom, #247cff 5%, #66b8ff 100%);
	background-color:#247cff;
}
.discord .myButton:active {
	position:relative;
	top:1px;
}