html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;display:flex;justify-content:center;align-content:center;background-color:#e7e7e7}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:MyFont;src:url(/assets/Montserrat-Medium-DW6Dzcuv.ttf);font-weight:500;font-style:normal}html{font-family:MyFont}.cardHolder{padding:40px;gap:40px;display:flex;flex-wrap:wrap;justify-content:center;max-width:50%;min-width:275px}.card{display:flex;flex-direction:column;align-items:center;width:250px;height:300px;padding:20px;box-sizing:border-box;border:solid 6px rgb(255,230,0);border-radius:10px;gap:10px;position:relative;box-shadow:5px 5px 10px gray;transition:transform .1s ease-in-out}.card:hover{transform:translateY(-20px)}.card img{max-width:100%;box-sizing:border-box;border:3px outset rgb(255,230,0);box-shadow:5px 5px 10px gray;padding:5px;background-color:beige}.nameHolder{width:100%;box-sizing:border-box}h2{font-size:larger;font-weight:700}#root{display:flex;flex-direction:column;align-items:center;position:relative}#scoreBoard{width:100%;border-bottom:1px solid black;background-color:#fff;height:7vh;position:sticky;top:0;z-index:1;display:flex;justify-content:space-around;align-items:center}.popUpBackGround{display:flex;justify-content:center;align-items:center;background-color:#3b3a3a81;position:fixed;top:0;left:0;width:100vw;z-index:2;height:100vh}.popUp{background-color:#fff;border-radius:10px;gap:20px;width:400px;height:300px;display:flex;justify-content:center;align-items:center;flex-direction:column}.popUp button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:#009600;border-radius:5px;color:#fff;font-weight:700;font-size:large;width:150px;height:50px}
