:root{--app-width:600px;--header-height:70px;--first-color:#ff79a3;--second-color:#ff9cbb}aside{flex:1}.footer{width:var(--app-width);margin:0 auto;padding:30px 30px 50px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--gap-small);background:var(--second-color);box-shadow:0 0 2px var(--box-shadow-light);font-size:var(--size-example)}.footer-menu{display:flex;gap:var(--gap-small)}.footer-menu h2{padding:5px;font-size:var(--size-p);display:flex;justify-content:center;align-items:center;background:var(--white-first);border-radius:5px;box-shadow:0 0 5px var(--box-shadow-heavy)}.footer-menu ul{position:relative;display:grid;grid-template-columns:auto auto auto;gap:var(--gap-main)}.footer-menu ul li{display:flex;justify-content:flex-start;align-self:center}.footer-menu ul li a{color:var(--black-first)}.footer-menu ul li a:visited{color:var(--black-first)}.footer-menu ul li a:hover{color:var(--white-first)}.footer-menu span{font-weight:bold}.footer-notice ul{margin-left:var(--gap-main);padding-right:var(--gap-main)}.footer-notice ul li{list-style-type:disc}.copyright p{text-align:center}@media screen and (max-width: 1470px){aside{display:none!important}}