@media screen and (max-width:768px){nav{flex-direction:column;gap:10px}}.divider{margin:0 10px;display:inline}.image-and-name-container{display:flex;justify-content:center;align-items:center;width:100%}.profile-picture{max-width:150px;left:0;margin-left:50px;z-index:1}@media (max-width:600px){.image-and-name-container{display:grid}.profile-picture{margin:0 auto 0 auto}.name-container{text-align:center}.divider{display:none}}.top-outer-container{align-items:center;position:relative}.name-container{text-align:center;padding-left:20px}@media (min-width:1100px){.profile-picture{position:absolute;left:0;margin-left:10px}}@media (max-width:600px){.top-outer-container{flex-direction:column}.profile-picture{position:static;margin-bottom:20px;left:0;margin-left:calc(50% - 80px)}}.skill-list ul{list-style-type:none;padding-left:0}#app{background-color:#f5f5f5;min-height:100vh;padding:20px;font-family:Montserrat,sans-serif}.outer-container{display:flex;justify-content:space-between;width:100%;gap:20px}.container-main{width:75%}.container-main,.container-right{display:flex;flex-direction:column;gap:20px}.container-right{width:25%}@media (max-width:768px){.outer-container{flex-direction:column}.container-main,.container-right{width:100%}}.top-outer-container{display:flex;flex-direction:column;justify-content:center;flex-wrap:no-wrap;width:100%;gap:20px}.name-container{display:flex;align-items:center}.profile-picture{border-radius:50%;width:150px;height:150px;-o-object-fit:cover;object-fit:cover;margin-right:20px}.section{background-color:#fff;padding:30px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:20px}.personal-info{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px}h1{font-size:95px;font-weight:700;margin:10px 0;background-color:#7474bf;background-image:linear-gradient(180deg,#348ac7,#7474bf);background-size:100%;background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}nav{display:flex;justify-content:space-evenly;align-items:center;width:100%}nav a{text-decoration:none}nav a,nav span{color:#333;font-size:18px}nav a:hover{color:#666}h4,h5,h6{font-weight:700;margin:10px 0}h2,h4,h5,h6{font-size:28px}h2{background-color:#7474bf;background-image:linear-gradient(180deg,#348ac7,#7474bf);background-size:100%;background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}h3{font-size:22px}li,p{font-size:18px;line-height:1.5;margin:5px 0}.work-experience-entry{background-color:#fff;border-radius:4px;padding:15px;margin-bottom:15px}body,html{margin:0;padding:0}.made-with-vue{display:flex;align-items:center;justify-content:center;padding:20px 0;font-size:18px}.vue-logo{width:24px;height:24px;margin-left:5px}