* {
    font-family: Minecraft Regular;
    color: black;
  }
  @font-face {
      font-family: Minecraft Regular;
      src: url('MinecraftRegular.otf');
    }
body{
  background-color: hotpink !important;
  background-image: linear-gradient(0deg, rgb(152, 119, 251),rgb(217, 139, 216),rgb(195, 132, 228),rgb(174, 126, 239));
  background-repeat: no-repeat;
  background-attachment: fixed;
}
a{
  color: white;
}
.logintlo{
  background-image: linear-gradient(180deg, rgb(152, 119, 251),rgb(217, 139, 216),rgb(195, 132, 228),rgb(174, 126, 239));
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.wrapper{
  margin-top: 10%;
  width: 350px; 
  padding: 20px; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wrapper p{
  width: 500px;
}
.wrapper a{
  color: white;
}
.btn{
  background-color: thistle;
  height: 30px;
}
.btn:hover{
  background-color: rgb(185, 255, 167);
}
.logopng{
  width: 600px;
  height: 130px;
  margin-bottom: 20px;
}
.logopng:hover{
  cursor: crosshair;
}

.logologin{
  width: 100px;
  height: 100px;
}
.logologin p{
  margin-left: 89px;
}
.logologin1{
  width: 300px;
  height: 50px;
}
.logologin1:hover{
  cursor: crosshair;
}

.uploads {
  display:flex;
  justify-content:center;
  align-items:center;
}
tr.border_bottom td {
  padding: 5px;
  
}
.footer{
  bottom: 0;
  margin-top: 150px;
  text-align: center;
}

#flashingtext{
  font-size: 10px;
}

#flashingtext {
	margin: -5% 0 0 60%;
	width: 20px;
	transform: rotate(-20deg);
	animation: FlashingText 0.5s ease-in-out infinite;
  color: #FFFF00;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 50px;
}

@keyframes FlashingText {
  0% {
  transform: scale(1) rotate(-20deg);
 }
  50% {
  transform: scale(1.05) rotate(-20deg);
 }
  100% {
  transform: scale(1) rotate(-20deg);
 }

 }
