* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: 'minecraft';
  src: url('assets/minecraft.otf') format('opentype');
}

a {
    text-shadow: 5px 3px 1px rgba(35, 15, 40, 0.8);
    color: rgba(245, 230, 255, 1)
}

h3 {
    text-shadow: 10px 6px 1px rgba(35, 15, 40, 0.8);
    color: rgba(245, 230, 255, 1);
    font-size: 50px;
}

hr {
	border: 0;
	height: 5px;
    background: linear-gradient(to right,rgba(70,0,200,0) 25%,rgba(0, 00, 0, 1) 50%,rgba(70,0,200,0) 75%);
}

body {
    font-family: 'minecraft';
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('assets/background.png');
  background-repeat: repeat;
  z-index: -1;
  transform: scale(2); 
  image-rendering: pixelated
}

.bottom_line {
    padding: 10px;
	margin-top: 400px;
	background-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    position: fixed;
    bottom: 0;
}

.download_button {
    margin-bottom: 20px;
    margin-left: 15px;
    padding: 10px;
    position: absolute;
    top: 0;
}

.upper_line {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: 25px;
    box-shadow: -5px -5px 15px 15px rgba(0, 0, 0, 0.8)
}

.main_text {
    margin-left: 160px;
}

.logo_small {
    width: 180px;
}

.logo_big {
    width: 680px;
    margin-bottom: -50px;
}