@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
/* header */
header {
  height: 52px;
  display: flex;
  align-items: center;
  background-color: #c9a4a4;
}
nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav_item a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
/* main */

.title_saint {
  color: #000000;
  font-size: 42px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
.card-saint {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.name_saint {
  font-family: "Raleway", sans-serif;
  color: #000;
  font-size: 39px;
  font-weight: 800;
  margin-bottom: 20px;
}
.birthday_title {
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.frst_date {
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
}
.secnd_date {
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 500;
}
.dates_btrhd {
  display: flex;
  margin-bottom: 12px;
}
.status_saint {
  color: #000;
  font-family: Raleway;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
}
.card-saint img{
  height: 100%;
}
.about_saint {
  color: #000;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 600;
  width: 587px;
}
/* footer */
footer {
  background-color: #c9a4a4;
  height: 400px;
  display: flex;
  align-items: center;
  color: #fff;
}
.foot_item {
  margin-bottom: 14px;
}
