footer{display:grid;font-size:20px;justify-items:center;row-gap:1em}footer .top{max-width:251px;width:37%}footer .bottom{background:#313130;color:#f2ece6;padding:1em 0;width:100%}footer .wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:1em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer .left,footer .wrap{display:-webkit-box;display:-ms-flexbox;display:flex}footer .left{-webkit-column-gap:1em;-moz-column-gap:1em;column-gap:1em}footer .left a{color:#f2ece6;text-decoration:none;-webkit-transition:-webkit-text-decoration .5s ease-in-out;transition:-webkit-text-decoration .5s ease-in-out;transition:text-decoration .5s ease-in-out;transition:text-decoration .5s ease-in-out,-webkit-text-decoration .5s ease-in-out}@media (hover:hover){footer .left a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}}footer nav#social span{display:none}footer nav ul{-webkit-column-gap:1em;-moz-column-gap:1em;column-gap:1em;display:-webkit-box;display:-ms-flexbox;display:flex}footer nav ul>li>a{color:#f2ece6;text-decoration:none;-webkit-transition:-webkit-text-decoration .5s ease-in-out;transition:-webkit-text-decoration .5s ease-in-out;transition:text-decoration .5s ease-in-out;transition:text-decoration .5s ease-in-out,-webkit-text-decoration .5s ease-in-out}@media (hover:hover){footer nav ul>li>a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}}@media (min-width:768px){footer .wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}