@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #dcdcdc;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    /* font-family: Poppins, sans-serif; */
    font-family: 'Quicksand';
    background-color: #fff;
}

#mobile-nav{
    display: none;
}

.wrapper-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 0;
}
