/* if coriway is reading this can you buy me minecraft to porve you are real */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@font-face {
  font-family: "font";
  src: url("./assets/font.woff2") format("woff2"),
    url("./assets/font.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
body {
  background-color: #8330be;
}
input,
canvas,
.download {
  display: none;
  cursor: pointer;
}
.center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
}
.video {
  position: relative;
  background-color: #181818;
  padding: 15px;
}
.image {
  position: relative;
  height: 30%;
  width: 250px;
  line-height: 0px;
  margin-bottom: 2px;
}
.background {
  top: 0px;
  left: 0px;
  height: 150px;
  width: 100%;
  cursor: pointer;
}
.cori {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 150px;
  z-index: 2;
  cursor: pointer;
}
.text {
  position: absolute;
  text-align: center;
  font-size: 30px;
  top: 20px;
  right: 5px;
  padding: 10px;
  max-width: 160px;
  max-height: 92px;
  overflow: hidden;
  line-height: 1em;
  transform: rotate(7.5deg);
  z-index: 69;
}
.text * {
  word-break: break-word;
  font-family: "font", sans-serif;
  text-transform: uppercase;
  color: #8330be;
  text-shadow: -2px -2px 0 #181818, 2px -2px 0 #181818, -2px 2px 0 #181818,
    2px 2px 0 #181818, 0px 0px 20px #8330be;
}
.secondary {
  color: #e9b544;
  display: block;
}
.time {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  background-color: #181818;
  color: #e7e7e7;
  border-radius: 2.5px;
  padding: 1px 4px 3px 4px;
  font-weight: 700;
  max-width: 100px;
  line-height: 1em;
  overflow: hidden;
  z-index: 420;
}
.pfp {
  margin: 10px 0px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 0px;
  vertical-align: top;
  float: left;
}
.title {
  display: inline-block;
  color: #e7e7e7;
  width: 180px;
  margin: 10px 0px 0px 10px;
  font-size: 14px;
  font-weight: 700;
  max-height: 33px;
  overflow: hidden;
}
.info {
  color: #aaaaaa;
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.check {
  vertical-align: sub;
  height: 12px;
  background-color: inherit;
}
.dots {
  margin: 0px;
  float: right;
  background-color: inherit;
}
button {
  display: block;
  width: 100%;
  background-color: #e9b544;
  color: #8330be;
  cursor: pointer;
  border: none;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.credits {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 20px;
  color: #e9b544;
  font-size: 14px;
  text-align: center;
}
a {
  color: inherit;
}
.background,
.cori,
.pfp,
button,
a {
  transition: filter 0.2s ease-in;
}
.background:hover,
.cori:hover,
.pfp:hover,
button:hover,
a:hover {
  filter: brightness(0.8);
  text-decoration: none;
}
