html,body{width:100%;height:max-content;margin:0;color:#fff;background-color:#202020}body::-webkit-scrollbar{display:none}body{font-size:1.1rem;font-family:proxima-nova,sans-serif;font-weight:400;font-style:normal;-ms-overflow-style:none;scrollbar-width:none}.nl,.en{display:none}.nl:lang(nl),.en:lang(en){display:block}.componentBox{display:flex;flex-direction:column;align-items:center;padding-top:3rem;padding-bottom:3rem;background-color:#202020}.subComponentBox{display:flex;flex-direction:column;align-items:center;width:69rem;margin:0 auto}.title{font-size:2rem;margin-bottom:1.5rem}button{margin-bottom:4rem;padding:.75rem 1.5rem;background-color:unset;border:4px solid white;color:#fff;font-size:3rem;text-shadow:1px 1px 3px black,-1px -1px 3px black;transition:transform .5s}button:hover{transform:scale(1.08);cursor:pointer}@media (max-width: 71rem){.subComponentBox{width:calc(100vw - 2rem)}}@media (max-width: 425px){button{font-size:2.5rem}}
