.about-page{display:flex;flex-direction:column;background-color:blue;min-height:100vh}.about-page h1{color:white;font-size:2rem;padding:30px 30px 30px 40px;margin:0}.content-about{display:flex;justify-content:space-between;align-items:flex-start;padding:3%;gap:4rem}.text{margin-top:8%;margin-left:3%;color:white;font-size:1.1rem;flex:1 1}.text a{font-weight:700;text-decoration:none;color:inherit}.photo-frame-about{flex:0 1 40%;display:flex;justify-content:center;align-items:center;margin-top:-2%}.photo-about{width:100%;max-width:400px;height:auto;display:block;object-fit:contain;border-color:white;border-style:solid;border-width:20px 9px}.contact{margin-top:16rem;display:flex;flex-direction:column;gap:.3rem}.contact a svg{vertical-align:middle}.contact a:hover,.link-reverse-tapes:hover{text-decoration:underline}