html,
body {
  background-color: black;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
html .slides,
body .slides,
html > .dg,
body > .dg {
  display: none;
}
.liens{
	width: 300px;
	height: 60px;
	display: block;
	background-color: aqua;
	font-family: courier new;
	font color: #fff;
	font-size: 14px;
	position: absolute;
	pos
}

.twitter {
  position: fixed;
  display: block;
  right: 64px;
  bottom: 14px;
  svg {
    width: 32px;
    height: 32px;
    fill: #1da1f2;
  }
}
