.main{display:flex;align-items:center;justify-content:center;flex-direction:column}.header{width:100vw;height:140px;padding:20px;display:flex;align-items:center;justify-content:space-between;flex-direction:row;background:url(/app/public/uploads/top_header.png);background-size:100% 100%}.profile{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:12px}.profile .photo{padding:14px;background-color:white;border-radius:50%}.user_info{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px}.username{font-size:24px;font-weight:800;color:white}.profile .photo img{width:60px;border-radius:100px}.right{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:20px}.right .back-main{width:140px;height:50px;background-color:rgb(255, 66, 66);color:white;display:flex;align-items:center;justify-content:center;border-radius:50px;padding:6px;text-decoration:none}.kvkk-container{width:70%;margin-top:30px;text-align:start;display:flex;flex-direction:column}.big-title{font-size:24px;font-weight:700}.title{font-size:18px;font-weight:600;color:rgb(36, 36, 36)}.text{font-size:18px;font-family:Inter-ExtraLight}.note{font-size:16px;font-weight:800;font-family:Inter-ExtraBold}