.container{display:flex;padding-top:16vh;align-items:center;height:100vh;flex-direction:column;margin:0 auto}.container .box{position:relative;width:260px;height:350px;border-radius:10px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.2)}.container .box .top{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:70%;border-top-left-radius:10px;border-top-right-radius:10px}.container .box .top .job,.container .box .top .title{margin:5px}.container .box .top .title{font-size:18px;font-weight:700}.container .box .top .job{font-size:14px;font-weight:400}.container .box .bottom{display:flex;flex-direction:column;justify-content:center;align-content:center;height:30%;background-color:#f5f5f5;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:0 20px}.container .box .bottom .links ul{text-align:center}.container .box .bottom .links ul li{padding:5px}.container .box .bottom .links ul a{color:#626262;font-size:15px;text-decoration:none}.container .box .bottom .links ul a:hover{text-decoration:underline}.container .box .bottom .links ul .green{color:#50e3b3;font-size:15px;padding-right:5px}