@font-face {
  font-family: 'Montserrat-Bold';
  src: url(/media/font/Montserrat-Bold.ttf);
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url(/media/font/Montserrat-Regular.ttf);
}

* {
  margin: 0;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Montserrat-Bold';
}

a,
a:active,
a:hover,
a:visited {
  color: black;
  text-align: center;
  font-family: 'Montserrat-Regular';
}

h1 {
  color: #222b45;
  text-align: center;
  font-size: 30px;
  word-spacing: 2px;
  letter-spacing: -2px;
}
.p2 {
  font-weight: 700;
  font-size: 18px;
  color: #2c2c31;
}
.p {
  font-weight: 700;
  font-size: 24px;
  color: #2c2c31;
  padding-bottom: 5px;
}
.p1 {
  letter-spacing: -10px;
  font-size: 16px;
  color: #2c2c31;
}

li {
  font-family: "Montserrat-Regular";
  text-align: left;
  line-height: 20px;
  padding-bottom: 5px;
  list-style-type: disc;
  padding-top: 10px;
  padding-right: 2px;
}
li > span,
li > a {
  padding-left: 5px;
  margin-left: 0px;
}

.gevity-recipe-ingredients-list {
  text-align: left;
}

.gevity-recipe-ingredients-list>p {
  font-family: 'Montserrat-Regular';
}

ul.gevity-recipe-ingredients-list-ul {
  color: #2c2c31;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}
ul.gevity-recipe-method-list-ul {
  color: #2c2c31;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}

.gevity-recipe {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.gevity-recipe-wrapper {

  min-height: 90vh;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.gevity-recipe-image img {
  width: 100%;
}
.gevity-recipe-info {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  margin-top: 15px;
  height: 100%;
}

.gevity-recipe-title {
  margin: 10px 25px;
}
.gevity-recipe-description {
  width: 100%;
}

.gevity-recipe-ingredients-title {
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 10px;
}

.gevity-recipe-time {
  display: flex;
  justify-content: space-evenly;
  background-color: #f0f0f2;
  padding: 10px 0;
  margin: 0 10px;
}

.gevity-time {
  padding-top: 2px;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  color: #2c2c31;
  text-align: center;
  padding-bottom: 7px;
}

.gevity-time-title {
  font-size: 12px;
  word-spacing: 0px;
  color: #8f9bb3;
  font-weight: 600;
  text-align: center;
  padding-bottom: 5px;
}
