@import"https://fonts.googleapis.com/css2?family=Caveat&family=Montserrat:wght@300;700&family=Roboto:wght@300&display=swap";.headBox{background:var(--bg-head);box-sizing:border-box;height:70vh;width:50vw;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:5% 0 0 5%}.headBox .appName,.headBox .by{color:var(--title-color);font-family:var(--title-font);font-weight:700}@media only screen and (max-width: 768px){.headBox{width:100vw;height:35vh;border-radius:0}.headBox .appName,.headBox .by{text-align:center}}.DisplayEmployee{font-family:var(--text-font);box-sizing:border-box;height:70vh;width:50vw;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fafae9;border-radius:0 5% 5% 0}.DisplayEmployee img{border-radius:50%;border:5px solid #f9d423;height:200px;width:200px}.DisplayEmployee li{margin-bottom:3vh}.DisplayEmployee button{color:var(--title-color);border-radius:50px;height:50px;width:400px;background:var(--bg-head)}@media only screen and (max-width: 768px){.DisplayEmployee{width:100vw;height:65vh;border-radius:0}.DisplayEmployee img{border:3px solid #f9d423;height:150px;width:150px}.DisplayEmployee button{border-radius:50px;height:50px;width:75vw;background:var(--bg-head)}}.homeBox{display:flex;flex-direction:row}@media only screen and (max-width: 768px){.homeBox{flex-direction:column}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;--title-font: montserrat;--text-font: roboto;--color-1: royalblue;--title-color: white;--bg-head: linear-gradient(to right, #e65c00, #f9d423)}body{margin:10vh 10vw}h1{font-size:56px}p{font-size:24px}li{font-size:18px;font-weight:700}button{font-weight:700;font-size:18px}a{color:var(--title-color)}a:visited{color:#e65c00}a:hover{color:#f9d423}@media only screen and (max-width: 768px){body{margin:0}h1{font-size:32px}p,button{font-size:18px}li{font-size:12px}}
