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

:root {
  overflow-y: scroll;
  scrollbar-color: #006eff #FFFF84;
  scrollbar-width: 100px;
}

body {
  background-color: #2b2bdd;
  background-image: url(/images/bg5.gif);
  display: flex;
  overflow-x: hidden;
  justify-content: center;
}

/* Start https://www.cursors-4u.com */
* {
  cursor: url(https://cur.cursors-4u.net/games/gam-10/gam985.cur), auto !important;
}

/* End https://www.cursors-4u.com */

.container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  width: 100%;
  z-index: 9;
}

.intro {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 3vh;
  width: 100%;
}

.info {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 0 10px 20px #ffffff;
  height: 35vh;
  margin: 3vh;
  width: 50vh;
}

.image1 {
  border: #ffffff 5px solid;
  border-radius: 10px;
  margin: 3vh;
  width: 35%;
}

.image2 {
  border: #ffffff 5px solid;
  border-radius: 10px;
  margin: 3vh;
  width: 35%;
  height: 35vh;
}

.cont {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 3vh;
  width: 100%;
}

.contrev {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin: 3vh;
  width: 100%;
}

h1 {
  font-family: "Delius", cursive;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.blurb {
  font-size: 110%;
}

.asset5 {
  width: 100%;
}

.intro img:not(.asset5) {
  filter: drop-shadow(0px 3px white) drop-shadow(0 -0.5px white) drop-shadow(3px 0 white) drop-shadow(-0.5px 0 white) brightness(120%);
}