@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Beastly:wght@300..700&family=Rubik+Beastly&display=swap');

body {
    margin: auto;
    height: 100%;
    width: 800px;
    max-width: 100%;
    background-color: black;
    color: white; 
    overflow: visible;
    font-family: "Jura";
}

/* flip vvv */

.container {
  padding: 16px;
  width: 800px;
}

.card {
  --flip-card-height: 300px;
  --flip-card-background-color-front: #111a00;
  --flip-card-background-color-back: #1a0500;
}

.card__details {
  height: var(--flip-card-height);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

/* -flip- */

hr {
    border: 1px dotted white;
    margin: auto;
    width: 20px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}

h1 {
    font-family: courier;
    font-size: 20px;
    
}

.toybox {
    width: 250px;
    margin: auto;
    z-index: 0;
    position: relative;
    right: 33%;
}

.r {
    width: 300px;
    text-align: center;
    height: auto;
    position: relative;
    left: 52%;
    margin: auto;
    background-color: black;
    padding: 5px;
    border: 1px dotted white;
    border-radius: 3px;
}

.e {
   width: 300px;
    text-align: center;
    height: auto;
    position: relative;
    right: 8%;
    margin: auto;
    background-color: black;
    padding: 5px;
    border: 1px dotted white;
    border-radius: 3px;
}

.room1 {
    width: 350px;
    height: 237px;
    border: 1px solid white;
    position: relative;
    right: 2%;
    background-image: url('/AUGAZA/characters/ELISES%20ROOM1.png');
    background-repeat: no-repeat;
    background-position: center;
}

.room1 > img {
    width: 250px;
    
}

.room2 {
    width: 350px;
    height: 237px;
    border: 1px solid white;
    position: relative;
    right: 54%;
    background-image: url('/AUGAZA/characters/ROMANS%20ROOM1.png');
    background-repeat: no-repeat;
    background-position: center;
    
}

.room2 > img {
    width: 250px;
    
}