@charset "utf-8";.image-container,header{text-align:center}.close,.next{right:10px}body{margin:0;overflow-x:hidden}section{margin-bottom:20px;padding:20px}.container{display:flex;flex-direction:column;align-items:center;margin:20px}.image-container{margin-bottom:20px}.profile-image{max-width:100%;height:auto;border-radius:10px}.description{margin-top:10px;font-size:16px;line-height:1.3}.additional-info{font-size:18px;text-align:justify;text-indent:3%;line-height:1.1}@media screen and (min-width:768px){.container{flex-direction:row;align-items:flex-start}.image-container{margin-right:20px;flex:0 0 auto}.additional-info{max-width:100%}}@media screen and (max-width:767px){.container{flex-direction:column}.image-container{margin-bottom:20px}.additional-info{margin-top:10px}}.gallery{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.modal,.nav-button.hidden{display:none}.gallery img{width:400px;height:300px;object-fit:cover;cursor:pointer;border-radius:5px;transition:transform .2s}.blog-post:hover,.gallery img:hover{transform:scale(1.05)}@media (max-width:768px){.gallery img{width:100%;height:auto}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);align-items:center;justify-content:center}.modal-content{position:relative;display:flex;align-items:center;justify-content:center;max-width:90%;max-height:90%;margin:auto}.close,.next,.prev{font-size:2rem;width:40px;height:40px;border-radius:50%;transition:background-color .3s;position:absolute}.modal-content img{max-width:100%;max-height:100%;border-radius:10px;transition:opacity .3s;opacity:0}.modal-content img.show{opacity:1}.close{top:10px;color:#000;cursor:pointer;padding:5px 10px;display:inline-block;background-color:rgba(240,240,240,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.nav-button,.next,.prev{cursor:pointer;top:50%;transform:translateY(-50%);z-index:1000}.close:hover,.nav-button:hover,.next:hover,.prev:hover{background-color:rgba(224,224,224,.7)}.next,.prev{color:#fff;background:rgba(0,0,0,.5);padding:10px;display:inline-block;background-color:rgba(240,240,240,.5);display:flex;align-items:center;justify-content:center}.prev{left:10px}.blog-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:20px}.blog-post{width:350px;height:auto;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s}a{text-decoration:none;color:inherit}.post-image{width:100%;height:66%;object-fit:cover;border-radius:10px 10px 0 0}.post-title{padding:10px;text-align:center;font-size:20px;line-height:1.4;font-style:italic}.post-container{max-width:800px;margin:40px auto;text-align:center}.post-detail-image{max-width:100%;border-radius:10px;margin-bottom:20px}.nav-button{display:inline-block;width:40px;height:40px;border-radius:50%;background-color:rgba(240,240,240,.5);transition:background-color .3s;display:flex;align-items:center;justify-content:center;position:fixed}.nav-button svg{width:20px;height:20px;fill:#333}.nav-button.left{left:20px}.nav-button.right{right:20px}