*,*::before,*::after{margin:0;padding:0;box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}@media only screen and (max-width: 47.5em){html{font-size:50%}}body{font-family:Verdana, Geneva, Tahoma, sans-serif;color:#474747;font-weight:300;line-height:1.6;background-color:whitesmoke}.container{display:grid;grid-template-columns:10% 80% 10%;grid-template-rows:8rem 6rem max-content;grid-template-areas:"head head head" "  .    .    . " "  .  main   .";margin-bottom:4rem}.container>*{font-size:2rem}@media only screen and (max-width: 70em){.container{grid-template-columns:5% 90% 5%}}@media only screen and (max-width: 34.5em){.container{grid-template-columns:5% 90% 5%;grid-template-columns:1fr;grid-template-rows:8rem max-content;grid-template-areas:"head" "main";margin-bottom:0}}.header{grid-area:head;background-color:#fed136;display:flex}.header-title{align-self:center;margin-left:2rem;font-style:italic;font-size:3rem}.main{grid-area:main;border-radius:4px;background-color:white;box-shadow:0 0.5rem 3rem rgba(0,0,0,0.05);height:-moz-max-content;height:max-content;padding:3.5rem 4.5rem}.main-header{margin-bottom:1.5rem;letter-spacing:0.06rem}.main-migration-button{display:block;width:-moz-max-content;width:max-content;padding:1rem 1.25rem;margin-top:2rem;margin-bottom:8rem;border-radius:6px;background-color:#fed136;transition:all 0.2s}.main-migration-button,.main-migration-button:visited,.main-migration-button:link{text-decoration:none;color:inherit}.main-migration-button:hover{transform:translateY(-0.2rem);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.1)}.main-migration-button:active{transform:translateY(-0.1rem);box-shadow:0 0.25rem 1rem rgba(0,0,0,0.1)}.main-library-pages-header{margin-top:4rem;text-transform:uppercase}.library-pages{display:grid;grid-template-columns:1fr;-moz-column-gap:2rem;column-gap:2rem;margin-bottom:4rem}.library-pages--page{background-image:linear-gradient(to right, #fed136 50%, #ffe89b);list-style-type:none;display:flex;align-items:center;margin-left:2.5rem;margin-top:2rem;padding-right:1rem;min-height:3rem}.library-pages--page-info{display:flex;flex-direction:row;justify-content:space-between;flex-grow:1;align-items:center}@media only screen and (max-width: 60em){.library-pages--page-info{flex-direction:column;flex-grow:0;align-items:start}}@media only screen and (max-width: 47.5em){.library-pages--page-info{margin:0.75rem 0}}.library-pages--page-name{margin-right:0.5rem;width:-moz-max-content;width:max-content;font-size:1.8rem;white-space:nowrap}.library-pages--page-number{height:5rem;aspect-ratio:1;background-color:#f1bb01;text-align:center;border-radius:100px;transform:translateX(-2.5rem);display:flex;align-items:center;justify-content:space-around}@media only screen and (max-width: 47.5em){.library-pages--page-number{transform:translateX(-3.5rem)}}@media only screen and (max-width: 60em){.library-pages--page-number{height:100%}}.library-pages--page-number p{font-size:2.5rem}.library-pages--page-links{display:flex;align-items:center}@media only screen and (max-width: 47.5em){.library-pages--page-links{gap:2rem}}.library-pages--page-main-link,.library-pages--page-migration-link{width:-moz-max-content;width:max-content;text-decoration:none;margin-right:1rem;font-size:1.5rem}@media only screen and (max-width: 47.5em){.library-pages--page-main-link,.library-pages--page-migration-link{font-size:2rem}}
