* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  width: 100%;
  font-family: Arial, sans-serif;
}

.container {
  position: relative;
  height: 100%;
  background-image: url('/CSS/Splinter\ 1.jpg');
  background-size: cover;
  background-position: center;
}

.corner {
  position: absolute;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.twitter {
  top: 10px;
  left: 10px;
}

.telegram {
  top: 10px;
  right: 10px;
}

.chart {
  bottom: 10px;
  left: 10px;
}

.ca {
  bottom: 10px;
  right: 10px;
}

.corner:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
