@import"https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap";.container{max-width:1600px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.welcome{font-weight:600;font-size:40px}.images{display:flex}.images img{width:500px;height:auto;margin:0 10px;border-radius:15px}.shell{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:750px;height:570px;display:flex;align-items:center;justify-content:center;background-color:#0003;font-size:45px;font-weight:600;color:var(--primary-text-color)}.shell-pic{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:750px;height:auto;z-index:-10}@media screen and (max-width: 1050px){.images img{width:300px;height:auto;margin:0 10px;border-radius:15px}}@media screen and (max-width: 650px){.images{flex-direction:column}.images img{width:100%;margin:10px auto}}:root{font-family:Afacad,serif;line-height:1.5;font-weight:400;display:flex;justify-content:center;align-items:center;color-scheme:light dark;color:#000000de;--primary-color: #eb7b65;--primary-text-color: #01f672;--secondary-color: #bde9d2;background-color:#e5e5e5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-width:320px;min-height:100dvh}body{margin:0}*{box-sizing:border-box}
