@media only screen and (max-height: 450px){.disclaimer{display:none}}.card{border-radius:25px;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width: 1000px){.card{min-width:60%}}@media only screen and (max-width: 600px){.card{min-width:80%}}.randomImage{width:9cm;height:9cm;margin-top:-10%;max-height:100%;max-width:100%}@media only screen and (min-width: 600px){.randomImage{width:9cm;height:9cm}}@media only screen and (max-width: 600px){.randomImage{width:5cm;height:5cm}}.selection-btn{display:flex;background-color:#fff;align-items:center;border-radius:15px;padding:0 1rem;font-size:1em;cursor:pointer;position:relative;margin:.5em}.selection-btn:hover{background-color:#ffeece}.home-btn{display:flex;background-color:#fff;align-items:center;border-radius:15px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;padding:0 1rem;font-size:1.2em;cursor:pointer;position:relative}.home-btn:hover{background-color:#ffeece}.instructions{width:75%;margin:0 5%}.dot{cursor:pointer;height:10px;width:10px;margin:0 3px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color .6s ease}.active,.dot:hover{background-color:#717171}:root,#root,body{margin:0;padding:0;background-color:#d6d6d6;height:100vh;overflow-x:hidden;font-family:Roboto,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;overflow-y:hidden}#root{overflow-y:auto}@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-2deg)}20%{transform:translate(-3px) rotate(2deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(2deg)}50%{transform:translate(-1px,2px) rotate(-2deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-2deg)}80%{transform:translate(-1px,-1px) rotate(2deg)}90%{transform:translate(1px,2px) rotate(0)}to{transform:translate(1px,-2px) rotate(-2deg)}}
