@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

footer{ 
  color: #FCD56C;
  font-size: 10px;
  width: 100%;
  min-height: 40px;
  height: 5vh;
  
}

.footer-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color:   #1E1E1C;
}