@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap');

body {
  background: url(https://i.postimg.cc/66nkD6c0/53.gif);
  margin: 0;
}

html, a, button {
  cursor: url(/pixels/VIRUXXX-cursor.png), auto;
}

.capsule {
  background: white;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.home {
  width: auto;
  margin: 0px 10px;
  text-align: center;
}

#wrapper {
  -webkit-overflow-scrolling: touch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: var(--viewport-height);
  overflow: hidden;
  margin: auto;
  display: flex;
  width: 100%;
  z-index: 2;
}

:root {
  --viewport-height: 100vh;
}

iframe {
  width: 280px;
  margin-top: 10px;
  border: unset;
}

/*BORDERS*/
#border {
  width: 300px;
  border-image: url(https://i.postimg.cc/ZK3P6cpb/ph5ksp.png) 65 round;
  border-width: 25px;
  border-style: solid;
  image-rendering: pixelated;
}

/*BUTTONS*/
button {
  background: black;
  color: white;
  border: unset;
  font-family: "Emilys Candy", serif;
  margin: 2px 0px;
}

/*IMG*/
img.pairs {
  width: 100%;
}

/*FONTS*/
p {
  font-family: "Emilys Candy", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  font-family: "Emilys Candy", serif;
  font-weight: 400;
  font-style: normal;
  color: #b2a464;
}























