main{background:#fff;width:100%;min-height:90vh;display:flex;justify-content:flex-start;align-items:center;padding:0rem;position:relative;box-sizing:border-box;transition:height .5s ease}.parent{width:100%;max-width:1200px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;z-index:2;animation:slideIn 1.5s ease-in-out forwards}.main.halved{min-height:50vh;height:50vh}.menu{position:fixed;top:0;left:0;width:100%;background:#333;color:#fff;display:flex;justify-content:flex-start;align-items:center;padding:1rem;transform:translateY(-100%);transition:transform .5s ease;z-index:10}.menu.visible{transform:translateY(0)}.section{width:100%;max-width:1200px;height:auto;padding:1rem 0;box-sizing:border-box;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;margin:0}.section+.section{margin-top:.5rem}.section p{font-family:Urbanist,sans-serif;font-size:1rem;line-height:1.5;margin:10;overflow-wrap:break-word;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 768px){.section{height:8vh;padding:.1rem}.section p{font-size:.9rem}}@media screen and (max-width: 480px){.section{height:8vh;padding:.1rem}.section p{font-size:.8rem}}
