.landing{min-height:100vh;justify-content:space-between;background:var(--background)}.landing,.landing .logo-box{display:flex;flex-direction:column;align-items:center}.landing .logo-box{width:100%;justify-content:center}.landing .logo-box img{height:100px;width:100px;-o-object-fit:cover;object-fit:cover}.landing .logo-box .btns{padding:10px;margin-left:3%;display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%}.landing .logo-box .btns a{margin-right:10px;text-decoration:none;background-color:#341a7c;padding:10px 20px;width:20%;font-family:poppins;margin-bottom:20px;text-align:center;border-radius:40px;color:#fff;font-weight:700;transition:.5s}.landing .logo-box .btns a:nth-child(2){background-color:transparent;border-style:solid;border-color:#341a7c;color:#341a7c}.landing .logo-box .btns a:hover{transition:.5s;transform:scale(1.1)}.landing .logo{display:flex;flex-direction:column;align-items:center}.landing .logo .top{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.landing .logo .top label{font-weight:900;font-family:poppins}.landing .center{font-weight:800;font-size:50px;font-family:Nanum Pen Script;display:flex;flex-direction:row;align-items:center}