:root{--primary-color: #ededed;--secondary-color: #444444;--third-color: #aaaaaa;--fourth-color: #ffffff}.dark-theme{--primary-color: #444444;--secondary-color: #ededed;--third-color: #ffffff;--fourth-color: #aaaaaa}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box}html,body{width:100%;height:100%;scrollbar-width:none}#home-button{max-width:1000px;margin:0 auto;margin-bottom:5px}#home-button img{color:var(--third-color);-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}#home-button img:hover{margin-left:5px}html{height:100%;box-sizing:border-box}body{overflow-x:hidden;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:monospace;margin:0;background-color:var(--primary-color)}body::-webkit-scrollbar{display:none}.app{height:100%;box-sizing:border-box}.app-container{display:flex;justify-content:center;align-items:center;height:90%}.resume-title{color:var(--secondary-color);font-size:1.5em;line-height:1.5;text-align:center;margin-bottom:50px}.resume-choice{display:flex;justify-content:center;gap:5%}.resume-choice .en,.resume-choice .fr{display:flex;justify-content:center;align-items:center;border:var(--secondary-color);border-radius:25px;padding:2% 8%;color:var(--third-color);font-family:monospace;text-decoration:none;cursor:none;border:.1vw solid var(--third-color);transition:all .3s ease-out}.resume-choice .en:hover,.resume-choice .fr:hover{background-color:var(--fourth-color);border-color:var(--secondary-color);color:var(--secondary-color)}footer{font-family:monospace;font-size:15px}footer .copyright{display:flex;justify-content:center}footer .copyright p{color:var(--third-color)}footer .copyright p #year{color:var(--secondary-color)}

/*# sourceMappingURL=resume.css.map*/