@import url("https://fonts.googleapis.com/css2?family=Andada&display=swap");*{box-sizing:border-box}:root{--gray-text:#777;--light-gray-text:#adadad;--btn-gray:#2e2e2e;--image-width:500;--body-bg-color:#101010;--body-bg-color-semi:#101010f6;--vh:100px}body,html{padding:0;margin:0;font-family:Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--body-bg-color);color:#fff;scroll-snap-type:y proximity}a{color:inherit;text-decoration:none}div{border:0 solid #555}figcaption{border:0 solid #333}h1{font-family:Andada,serif;letter-spacing:.1rem;text-transform:uppercase}h3{font-weight:300}figure{display:flex;flex-direction:column;align-items:center;margin:0}button{margin:0 10px;width:80px;height:30px;font-size:1rem;background-color:var(--btn-gray);color:var(--light-gray-text);border-width:0;transition:.2s;padding:5px}button:hover{background-color:#3b3b3b}@media only screen and (max-width:1024px){h1{font-size:1.5rem}h3{font-size:1rem}}@media only screen and (max-width:480px){h1{font-size:1.2rem}}