*{box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0}img{max-width:100%}header{background:#164089;height:100%;position:fixed;right:0;top:0;width:150px}.homePage{align-items:center;background:#96bfea;display:flex;height:100vh;justify-content:center;padding-right:150px;z-index:1}.homePage .images{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:auto}.homePage .image{position:relative}.homePage .image:before{display:block;content:"";width:100%;padding-top:133.3333333333%}.homePage .image>.content{position:absolute;top:0;left:0;right:0;bottom:0}.homePage .image img{display:block;height:100%;object-fit:cover;object-position:center center;width:100%}header p{bottom:0;color:#bcdb97;font-size:64px;font-weight:bold;position:fixed;right:0;text-align:center;transform:rotate(-90deg) translate(50%, 1060%);white-space:nowrap;width:80vh;z-index:5}header p img{transform:rotate(90deg)}header .hamburger{background:#bcdb97;display:block;padding:36px}.floatMenu{background:#bcdb97;color:#164089;height:100vh;padding:72px;position:fixed;right:0;top:0;transform:translate(100%, 0);transition:all .3s ease-in-out;width:600px;z-index:2}.floatMenu__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:70px}.floatMenu__header h1{font-size:42px;margin:0}.floatMenu__header .close{cursor:pointer;width:60px}.floatMenu ul{height:calc(100% - 100px);list-style:none;margin:0;overflow:auto;padding:0}.floatMenu ul li{align-items:center;display:flex;font-size:28px;font-weight:bold;padding:15px 0}.floatMenu ul li .donorImg{border-radius:50%;height:70px;margin-right:15px;overflow:hidden;width:70px}.floatMenu ul li .donorImg img{height:100%;object-fit:cover;width:100%}.floatMenu--open{transform:translate(0, 0)}.donorModal{align-items:center;background:#164089;display:none;gap:200px;height:1500px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:2500px;z-index:4}.donorModal .closeModal{position:absolute;right:64px;top:64px;width:70px}.donorModal .modalImage{position:relative;width:720px}.donorModal .modalImage:before{display:block;content:"";width:100%;padding-top:133.3333333333%}.donorModal .modalImage>.content{position:absolute;top:0;left:0;right:0;bottom:0}.donorModal .modalImage img{display:block;height:100%;object-fit:cover;object-position:center center;width:100%}.donorModal .modalText{color:#bcdb97;font-size:24px;line-height:36px;max-height:800px;overflow:auto;width:960px}.donorModal .modalText h2{font-size:64px;font-weight:bold;text-transform:uppercase}.donorModal--open{display:flex}