body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center;min-height:100vh;font-family:"Raleway",sans-serif;background-color:#c6fafa}.Main-Page{height:100%;padding-left:2%;padding-right:2%;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly}.Presentation{display:flex;min-height:100vh;flex-direction:column;justify-content:center;align-items:flex-start;grid-gap:20px;gap:20px}.Presentation>span{font-size:3vh;animation:fadeIn 2s linear;-webkit-animation:fadeIn 2s linear;-moz-animation:fadeIn linear 2s;-o-animation:fadeIn linear 2s;-ms-animation:fadeIn linear 2s}.Presentation>span.Name{opacity:0;font-size:10vh;animation:fadeIn 2s linear forwards;animation-delay:1s;-webkit-animation:fadeIn 2s linear forwards;-webkit-animation-delay:1s;-moz-animation:fadeIn linear 2s forwards;-moz-animation-delay:1s;-o-animation:fadeIn linear 2s forwards;-o-animation-delay:1s;-ms-animation:fadeIn linear 2s forwards;-ms-animation-delay:1s}.Presentation>span.Position{opacity:0;font-family:"Courier New",monospace;font-size:5vh;animation:fadeIn 4s linear forwards;animation-delay:2s;-webkit-animation:fadeIn 4s linear forwards;-webkit-animation-delay:2s;-moz-animation:fadeIn linear 4s forwards;-moz-animation-delay:2s;-o-animation:fadeIn linear 4s forwards;-o-animation-delay:2s;-ms-animation:fadeIn linear 4s forwards;-ms-animation-delay:2s}.Profile-Image{height:30vh;width:30vh;border-radius:50%;opacity:0;animation:fadeIn 1s linear forwards;animation-delay:3.2s}.Card,.Card-Shadow,.Card-Shadow-Second{background-color:#fff;width:70vw;height:60vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.Card-Shadow{background-color:#92c9c9;animation:moveShadow 1s linear forwards}.Card-Shadow-Second{background-color:#6aacac;animation:moveSecondaryShadow 1.2s linear forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes moveSecondaryShadow{0%{transform:translate(-100%)}to{transform:translate(-46%,-55%)}}@keyframes moveShadow{0%{transform:translateY(-100%)}to{transform:translate(-60%,-40%)}}
/*# sourceMappingURL=main.2750f678.chunk.css.map */