.bg-lighterBasic {
  background-color: #d7f3f0 !important;
}

.redBg {
  background-color: #B71C1C;
}

.famous-basic {
  background-color: #71d4cb;
}

.cursor {
  cursor: pointer;
}

#header {
  width: 100%;
  overflow: hidden;
}

#header .header-wrapper {
  background-color: #45c8be;
  padding: .5rem 1rem;
  display: flex;
  justify-content: space-between;
}

#header .header-wrapper .brand {
  display: flex;
}

#header .header-wrapper .brand .brand-logo {
  width: 30px;
  height: 30px;
}

#header .header-wrapper .brand .brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .header-wrapper .brand .title-wrapper {
  display: flex;
  flex-direction: column;
}

#header .header-wrapper .brand .title-wrapper .secondary-title {
  color: #f5f6fa;
  text-align: center;
  font-size: .8rem;
}

#header .header-wrapper .brand .brand-title {
  padding: 0 .5rem;
  color: #f5f6fa;
  white-space: nowrap;
  font-size: 1.3rem;
  margin: auto 0;
}

#header .header-wrapper .menu-wrapper {
  display: flex;
  align-items: center;
  margin: auto .5rem;
  cursor: pointer;
}

#header .header-wrapper .menu-wrapper .login-btn {
  padding: .2rem .4rem;
  font-size: 1rem;
  margin: auto .7rem;
  color: #f5f6fa;
  background-color: #30aea3;
}

#header .header-wrapper .menu-wrapper .welcome-text {
  color: #f5f6fa;
  margin: auto .8rem;
}

#header .header-wrapper .menu-wrapper .hamburger {
  color: #f5f6fa;
  font-size: 2rem;
}

#header .menu-list {
  background-color: #dfe6e9;
  width: 100%;
  transform: translateX(100%);
  transition: all .2s ease-in-out;
  opacity: 0;
  z-index: 1;
  position: fixed;
}

#header .menu-list.show {
  opacity: 1;
  transform: translateX(0);
}

#header .menu-list ul {
  margin: 0;
  padding: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

#header .menu-list ul.main-menu {
  margin-bottom: .2rem;
}

#header .menu-list ul.profile-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: .2rem;
}

#header .menu-list ul.profile-menu .menu-item:nth-last-child(1) > .menu-link {
  display: block;
  text-align: center;
}

#header .menu-list .menu-item .menu-link {
  transition: all .2s ease-in-out;
  font-size: 1.3rem;
  color: #2d3436;
  padding: .8rem 1.1rem;
  display: block;
  display: grid;
  white-space: nowrap;
  grid-template-columns: 2fr 10fr;
  text-decoration: none;
}

#header .menu-list .menu-item .menu-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

#header .menu-list .menu-item .menu-link .menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #header .header-wrapper {
    justify-content: center;
  }
  #header .header-wrapper .menu-wrapper {
    position: absolute;
    right: 0;
  }
  #header .menu-list {
    transform: none;
    opacity: 1;
    position: relative !important;
    background-color: transparent;
  }
  #header .menu-list ul {
    display: flex;
    justify-content: space-around;
  }
  #header .menu-list ul.main-menu {
    background-color: #45c8be;
    margin-bottom: 0 !important;
    position: relative;
  }
  #header .menu-list ul.main-menu .menu-item {
    width: 100%;
  }
  #header .menu-list ul.main-menu .menu-item .menu-link {
    padding: .7rem;
    text-align: center;
    color: #f5f6fa;
  }
  #header .menu-list ul.profile-menu {
    margin-top: 0 !important;
    background-color: #dfe6e9;
    width: 250px;
    position: fixed;
    right: -100%;
    flex-direction: column;
  }
  #header .menu-list ul.profile-menu.show {
    right: 0;
  }
  #header .menu-list ul.profile-menu .menu-item .menu-link {
    padding: .8rem 1rem;
    font-size: 1rem;
    display: grid;
    grid-template-columns: 1fr 8fr;
  }
  #header .menu-list ul.profile-menu .menu-item .menu-link i {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .menu-list .menu-item .menu-link {
    display: block;
    font-size: 1rem;
    padding: .3rem;
  }
  #header .menu-list .menu-item .menu-link .menu-icon {
    display: inline-block;
  }
}

@media (min-width: 1150px) {
  #header .menu-list ul {
    justify-content: space-between;
  }
  #header .menu-list ul .menu-item .menu-link {
    padding: .5rem 1rem;
    font-size: 1.2rem;
  }
}

.bg-lighterBasic {
  background-color: #d7f3f0 !important;
}

.redBg {
  background-color: #B71C1C;
}

.famous-basic {
  background-color: #71d4cb;
}

.cursor {
  cursor: pointer;
}

.bg-lighterBasic {
  background-color: #d7f3f0 !important;
}

.redBg {
  background-color: #B71C1C;
}

.famous-basic {
  background-color: #71d4cb;
}

.cursor {
  cursor: pointer;
}

.main-section {
  display: flex;
  flex-direction: column;
}

.main-section .first-sub-section {
  position: relative;
}

.main-section .image-wrapper {
  position: relative;
}

.main-section .image-wrapper picture {
  width: 100%;
  height: 100%;
}

.main-section .image-wrapper picture img {
  width: 100%;
  object-fit: contain;
}

.main-section .image-wrapper .hashtags {
  background-color: #d7f3f0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  padding: .3rem;
}

.main-section .image-wrapper .hashtags .hashtag-item {
  border-radius: 5px;
  color: #f5f6fa;
  padding: .1rem .3rem;
  font-weight: 500;
}

.main-section .image-wrapper .hashtags .hashtag-item:nth-child(even) {
  background-color: #45c8be;
}

.main-section .image-wrapper .hashtags .hashtag-item:nth-child(odd) {
  background-color: #30aea3;
}

.main-section .about-recipe {
  background-color: #d7f3f0;
}

.main-section .about-recipe .title-wrapper {
  padding: .6rem;
}

.main-section .about-recipe .title-wrapper .recipe-title {
  width: 80%;
  margin: auto;
  margin-bottom: .3rem;
  font-size: 1.5rem;
}

.main-section .about-recipe .title-wrapper .secondary-title {
  margin: auto;
  width: 80%;
  font-size: 1.2rem;
}

.main-section .about-recipe .recipe-data ul {
  padding: .5rem;
  margin: 0;
}

.main-section .about-recipe .recipe-data ul .recipe-list-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.main-section .about-recipe .recipe-data ul .recipe-list-row .list-row-item {
  padding: .5rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.main-section .about-recipe .recipe-data ul .recipe-list-row .list-row-item i {
  margin: auto;
  text-align: center;
}

.main-section .about-recipe .recipe-data ul .recipe-list-row .list-row-item div {
  display: inline-block;
}

.main-section .about-recipe .recipe-data .table-section {
  text-align: center;
}

.main-section .about-recipe .recipe-data .table-section .social-icons {
  justify-content: center;
}

.main-section .about-recipe .recipe-data .table-section .social-icons .icon-wrapper {
  cursor: pointer;
}

.main-section .about-recipe .recipe-data .table-section .btn-table {
  color: #f5f6fa;
  background-color: #45c8be;
  font-weight: 400;
  font-size: 1.1rem;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  max-height: 100vh;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  background-color: #d7f3f0;
  overflow-y: scroll;
  padding-top: 1rem;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .btn-why {
  color: #f5f6fa;
  background-color: #B71C1C;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .why-pop-up {
  text-align: left;
  display: none;
  padding: 2rem;
  width: 80%;
  background-color: #f5f6fa;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .why-pop-up ul {
  margin: auto 1rem;
  list-style: disc;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .why-pop-up.show {
  display: block;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .why-pop-up .btn-close {
  color: white;
  margin-top: 1rem;
  background-color: #30aea3;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .fa-times-circle {
  transform: scale(1.3);
  color: #30aea3;
  position: fixed;
  top: .5rem;
  right: .5rem;
  cursor: pointer;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .nutrient-table thead tr {
  display: grid;
  grid-template-columns: 6fr 2fr;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .nutrient-table thead tr th {
  border-top: none;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .nutrient-table tbody {
  width: 100;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .nutrient-table tbody tr {
  width: 100%;
  display: grid;
  grid-template-columns: 6fr 2fr;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .nutrient-table tbody tr td {
  text-align: left;
}

.main-section .about-recipe .recipe-data .table-section .table-wrapper .nutrient-table tbody tr .key {
  padding: .5rem;
  padding-left: 1.5rem;
}

.main-section .about-recipe .recipe-data .modify-quantity .modify-text {
  font-size: 1.1rem;
  font-weight: 500;
}

.main-section .about-recipe .recipe-data .modify-quantity .modify-wrapper {
  padding: .8rem;
}

.main-section .about-recipe .recipe-data .modify-quantity .modify-wrapper .modify-input {
  max-width: 50px;
}

.main-section .buttons-wrapper {
  padding: .2rem;
  display: flex;
  flex-direction: column;
}

.main-section .fav-wrapper, .main-section .rating-wrapper {
  top: .5rem;
}

.main-section .fav-wrapper .add-to-fav, .main-section .rating-wrapper .add-to-fav {
  background-color: #B71C1C;
}

.main-section .fav-wrapper .rate, .main-section .rating-wrapper .rate {
  background-color: #45c8be;
}

.main-section .fav-wrapper .no-rate, .main-section .rating-wrapper .no-rate {
  background-color: #FF745E;
}

.main-section .fav-wrapper .add-to-fav, .main-section .fav-wrapper .rate, .main-section .fav-wrapper .no-rate, .main-section .rating-wrapper .add-to-fav, .main-section .rating-wrapper .rate, .main-section .rating-wrapper .no-rate {
  display: inline-block;
  white-space: nowrap;
  padding: .3rem .4rem;
  color: #f5f6fa;
  border-radius: 3px;
  margin: .2rem .7rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.main-section .material-how-to .materials {
  background-color: #d7f3f0;
}

.main-section .material-how-to .materials .material-text {
  font-size: 1.1rem;
  font-weight: 500;
  padding: .5rem;
}

.main-section .material-how-to .materials .list-group-item {
  background-color: #d7f3f0;
  display: grid;
  grid-template-columns: 2fr 4fr;
}

.main-section .material-how-to .materials .list-group-item .quantity {
  align-items: center;
  display: flex;
}

.main-section .material-how-to .materials .list-group-item .quantity .unit {
  margin: auto .2rem;
  color: red;
}

.main-section .material-how-to .how-to .how-to-box, .main-section .material-how-to .how-to .source {
  background-color: #d7f3f0;
}

.main-section .material-how-to .how-to .how-to-text, .main-section .material-how-to .how-to .source-text {
  font-size: 1.1rem;
  font-weight: 500;
  padding: .5rem;
}

.main-section .material-how-to .how-to .btn-wrapper {
  text-align: center;
}

.main-section .material-how-to .how-to .btn-wrapper .btn-source {
  color: #f5f6fa;
  background-color: #60cec4;
}

@media (min-width: 500px) {
  .main-section {
    padding: 0 4%;
  }
}

@media (min-width: 576px) {
  .main-section {
    padding: 1rem;
  }
  .main-section .first-sub-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .main-section .first-sub-section .image-wrapper {
    margin-right: .4rem;
  }
  .main-section .first-sub-section .image-wrapper img {
    max-height: 400px;
  }
  .main-section .first-sub-section .image-wrapper .hashtags {
    background-color: transparent;
    position: relative;
  }
}

@media (min-width: 768px) {
  .recipe-data > .table-section .table-wrapper {
    width: 80%;
    transform: translate(10%, 1rem);
    scrollbar-width: none;
  }
  .recipe-data > .table-section .table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .second-sub-section .material-how-to {
    display: flex;
  }
  .second-sub-section .material-how-to .materials, .second-sub-section .material-how-to .how-to {
    flex: 1;
  }
}

@media (min-width: 992px) {
  .recipe-data > .table-section .table-wrapper {
    width: 50%;
    transform: translate(50%, 1rem) scale(0.9);
  }
  .main-section {
    padding: 2rem 1rem;
  }
  .main-section .first-sub-section .image-wrapper {
    margin-right: 1rem;
  }
  .main-section .first-sub-section .about-recipe {
    height: fit-content;
  }
  .main-section .first-sub-section .buttons-wrapper .fav-wrapper, .main-section .first-sub-section .buttons-wrapper .rating-wrapper {
    margin: auto;
  }
}

.bg-lighterBasic {
  background-color: #d7f3f0 !important;
}

.redBg {
  background-color: #B71C1C;
}

.famous-basic {
  background-color: #71d4cb;
}

.cursor {
  cursor: pointer;
}

.recipe-banner {
  display: none;
}

.search-section {
  margin: .5rem auto;
  width: 95%;
  background-color: #30aea3;
  padding: .5rem;
}

.search-section .search-card {
  margin: 1rem;
}

.search-section .search-card .input-wrapper {
  position: relative;
}

.search-section .search-card .input-wrapper input {
  width: 100%;
  padding: .5rem;
  outline: none;
  border: 1px solid #30aea3;
}

.search-section .search-card .input-wrapper .fa-search {
  position: absolute;
  font-size: 1.3rem;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.search-section .search-card .buttons-grid {
  padding: .5rem;
}

.search-section .search-card .btn {
  transition: all .2s ease;
  width: 100%;
  white-space: nowrap;
  margin: .3rem;
  background-color: #60cec4;
}

.search-section .search-card .btn:hover {
  background-color: #60beb5;
}

.search-section .search-card .detailed-search-wrapper {
  display: none;
  padding: .5rem 0;
  background-color: #b3b3b3;
  border-radius: 5px;
}

.search-section .search-card .detailed-search-wrapper.show {
  display: block;
}

.search-section .search-card .detailed-search-wrapper .card {
  border: none;
  background-color: #b3b3b3;
}

.search-section .search-card .detailed-search-wrapper .card .types {
  padding: .5rem 1rem;
  padding-top: 0;
  font-weight: 500;
}

.search-section .search-card .detailed-search-wrapper .card .types .form-check {
  margin: 1rem .5rem;
}

.search-section .search-card .detailed-search-wrapper .card .types .form-check .form-check-input::after {
  background-color: #b3b3b3;
  border: 3px solid red;
}

.search-section .search-card .detailed-search-wrapper .card .selects .form-control {
  outline: none;
  border: none;
  background-color: #aaaaaa;
}

.search-section .search-card .detailed-search-wrapper .card .selects .form-control:active, .search-section .search-card .detailed-search-wrapper .card .selects .form-control:focus {
  color: #d7f3f0;
  outline: none;
  border: none;
}

.search-section .search-card .detailed-search-wrapper .card .range-wrapper {
  grid-column-end: span 2;
}

.search-section .search-card .detailed-search-wrapper .card .range-wrapper .range {
  grid-row-end: span 2;
  width: 80%;
  margin: .5rem auto;
}

.search-section .search-card .detailed-search-wrapper .card .range-wrapper .range .range-output {
  display: inline-block;
  font-size: .8rem;
  margin: .4rem;
  padding: .3rem;
  background-color: #45c8be;
}

.search-section .search-card .detailed-search-wrapper .card .range-wrapper .range input {
  width: 100%;
}

.search-section .search-card .detailed-search-wrapper .btn {
  display: block;
  width: 95%;
  margin: .3rem auto;
}

.card-page-title {
  text-align: center;
  width: 70%;
  border-bottom: 1px solid #45c8be;
  padding-bottom: 1rem;
  font-size: 2rem;
  margin: 1rem auto 1.5rem auto;
}

.card-container {
  display: grid;
  grid-gap: .8rem;
  grid-template-columns: repeat(1, 1fr);
}

.card-wrapper {
  text-decoration: none !important;
  width: 100%;
  max-width: 300px;
  background-color: #74D4CB;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-wrapper.sajatrecept-card {
  width: 100%;
  height: 100%;
  justify-content: center;
  background-color: #7EC9A5;
}

.card-wrapper.sajatrecept-card .sajat-recept-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-wrapper.sajatrecept-card .sajat-card-title {
  color: #f5f6fa;
  text-align: center;
  font-size: 2rem;
}

.card-wrapper.your-card-wrapper .card-infos {
  border: 1px solid #dfe6e9;
  height: 100%;
  background-color: #71D4CB !important;
}

.card-wrapper.your-card-wrapper .card-infos .recipe-datas {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-wrapper.your-card-wrapper .card-infos .recipe-datas .title-wrapper .card-title {
  margin: 0;
}

.card-wrapper.your-card-wrapper .card-infos .recipe-datas .title-wrapper .who-where {
  padding: .5rem;
  border-bottom: 1px solid #45c8be;
}

.card-wrapper.your-card-wrapper .card-infos .recipe-datas .title-wrapper .who-where .who-icon {
  color: #FFEB3B;
}

.card-wrapper.your-card-wrapper .card-infos .recipe-datas .title-wrapper .who-where .where-icon {
  color: #B71C1C;
}

.card-wrapper.your-card-wrapper .card-infos .recipe-datas .short-description {
  padding: .5rem .2rem;
  height: 100%;
}

.card-wrapper.your-card-wrapper .card-infos .recipe-datas .publication-date {
  font-style: italic;
  font-size: .8rem;
}

.card-wrapper.your-card-wrapper .card-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
  margin: auto;
  background-color: transparent;
}

.card-wrapper.your-card-wrapper .card-footer .icon-wrapper {
  margin: auto;
}

.card-wrapper .image-wrapper {
  cursor: pointer;
  position: relative;
  width: 100%;
}

.card-wrapper .image-wrapper:hover .image-title {
  font-size: 1.3rem;
}

.card-wrapper .image-wrapper .rating-line,
.card-wrapper .image-wrapper .image-title {
  position: absolute;
  color: white;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: .4rem;
}

.card-wrapper .image-wrapper .rating-line {
  width: 100%;
  bottom: 0;
  font-size: .8rem;
}

.card-wrapper .image-wrapper .image-title {
  transition: all .2s ease-in-out;
  font-size: 1.2rem;
  top: 0;
}

.card-wrapper .image-wrapper picture {
  width: 100%;
  height: 100%;
}

.card-wrapper .image-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-wrapper .card-infos {
  padding: .4rem;
}

.card-wrapper .card-infos .info-item {
  display: grid;
  grid-template-columns: 1fr 5fr;
}

.card-wrapper .card-infos .info-item:hover {
  text-decoration: none;
}

.card-wrapper .card-infos .info-item span {
  color: #2d3436;
}

.card-wrapper .card-infos .info-item i {
  color: #2d3436;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-wrapper .card-footer {
  display: flex;
  background-color: #30aea3;
  padding: .3rem;
}

.card-wrapper .card-footer .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

.card-wrapper .card-footer .icon-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.card-wrapper .card-footer .icon-wrapper .fa-heart {
  color: #c0392b;
}

.card-wrapper .card-footer .icon-wrapper .fa-clipboard {
  color: #e74c3c;
}

@media (min-width: 500px) {
  .buttons-grid {
    display: grid;
    grid-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 576px) {
  .search-section .search-card .buttons-grid {
    padding: .5rem;
    background-color: #30aea3;
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    grid-gap: .5rem;
  }
  .search-section .search-card .buttons-grid .button-wrapper .btn {
    width: 100%;
  }
  .search-section .search-card .buttons-grid .button-wrapper-search-default {
    width: auto;
    text-align: right;
  }
  .search-section .search-card .buttons-grid .button-wrapper-search-default .btn {
    width: auto;
  }
  .search-section .search-card .detailed-search-wrapper {
    padding: 1rem 1.5rem;
  }
  .search-section .search-card .detailed-search-wrapper .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .search-section .search-card .detailed-search-wrapper .card-grid .form-group {
    width: 100%;
    min-width: 150px;
    max-width: 250px;
  }
  .search-section .search-card .detailed-search-wrapper .card-grid .range-wrapper .range {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .search-section .search-card .detailed-search-wrapper .btn {
    position: relative;
    left: 1.5rem;
    display: inline;
  }
  .recipe-banner {
    display: block;
    width: 100%;
  }
  .recipe-banner img {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
  }
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .detailed-search-wrapper .selects .form-group {
    margin: 1rem auto;
  }
}

@media (min-width: 992px) {
  .card-page-title {
    width: 50%;
  }
  .card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .card-page-title {
    width: 30%;
  }
  .card-container {
    padding: 1rem 2.5rem;
    grid-gap: 1.3rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .card-container .card-wrapper {
    max-width: 350px;
    transition: all .2s ease-in-out;
  }
  .card-container .card-wrapper:hover {
    transform: scale(1.05);
  }
}

.famous-container .famous-basic .first-title, .famous-container .famous-basic .second-title, .famous-container .famous-basic .recipe-quantity {
  color: #2d3436;
  font-weight: 500;
}

.famous-container .famous-basic .first-title, .famous-container .famous-basic .second-title {
  font-size: 1.4rem;
}

.famous-container .famous-basic .second-title {
  padding-bottom: .5rem;
  border-bottom: 1px solid #30aea3;
}

body {
  background-color: #f0f0f0;
  overflow-x: hidden;
  font-size: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

ul {
  list-style: none;
}
/*# sourceMappingURL=main.css.map */