body {
  margin-top: 1em;
  margin-bottom: auto;
  font-family: Arial, sans-serif;
  background-color: #ffc0cb;
  font-family: Arial, sans-serif;
}

a.bold-link {
  font-weight: 700;
  color: #e91e63;
  text-decoration: none;
  transition: 0.2s;
}
a.bold-link:hover {
  color: #fff;
}

.paragraph__main-description {
  margin: 0;
  padding: 10px;
}

.page-sections {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.mission-statement-section {
  margin: 0 auto 0 0;
  background-color: #edc9af;
  padding: 20px;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 600px;
}

.mission-statement {
  margin-bottom: 0;
  padding: 0;
}

.header-title-bar {
  background-color: #edc9af;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
}

.header-title-bar h1,
.header-title-bar h3 {
  font-family: Arial, sans-serif;
}

.header-title-bar h3 {
  font-size: 1em;
  opacity: 0.8;
  margin-top: 5px;
}

h1 {
  text-align: center;
  font-size: 2.5em;
  font-family: Arial, sans-serif;
}

p,
div {
  margin: 10px;
  padding: 20px;
  line-height: 1.5em;
  font-family: Arial, sans-serif;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

#validation {
  text-align: center;
}
header {
  text-align: center;
}

nav {
  max-width: 100%;
}

nav a:hover {
  background-color: #ffc0cb;
  color: #333;
}

nav ul {
  border-radius: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #e91e63;
  display: flex;
  justify-content: center;
}

footer ul {
  border-radius: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #e91e63;
  display: flex;
  justify-content: center;
}

footer a {
  display: block;
  text-align: center;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

footer a:hover {
  background-color: #ffc0cb;
  color: #333;
}

footer p {
  color: white;
  font-weight: bold;
}

nav a {
  display: block;
  text-align: center;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.section-title {
  text-align: center;
  color: #e91e63;
  background-color: #ffe7eb;
  border-radius: 10px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 2em;
  margin: 10px;
  padding: 20px;
}

label {
  font-family: Arial, sans-serif;
  display: block;
  text-align: left;
  margin: 10px;
  padding: 0 20px;
}

.contact-image {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
}

#weather {
  background-color: #fff;
  border: 1px solid #e91e63;
  color: #333;
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 8px 10px;
  border-radius: 5px;
  display: block;
  width: 200px;
  margin: 10px 10px 20px 10px;
  text-align: left;
}

button {
  background-color: #e91e63;
  color: #fff;
  font-family: Arial, sans-serif;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  margin: 10px;
}

button:hover {
  background-color: #ffc0cb;
  color: #333;
}

#suggestion {
  font-weight: bold;
  color: #e91e63;
  text-align: center;
  margin-top: 20px;
}

.budget-label {
  font-family: Arial, sans-serif;
  display: block;
  text-align: center;
  margin: 10px;
  padding: 0 20px;
}

.section-container {
  max-width: 450px;
  margin: 40px auto;
  background-color: #fff;
  border-color: #e91e63;
  border-style: solid;
  border-width: 2px;
  padding: 20px;
  border-radius: 10px;
}

.cards {
  padding: 10px 0 40px 0;
}

.cards__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 413px);
  justify-content: center;
  gap: 40px 20px;
  text-decoration: none;
}

.card {
  max-width: 413px;
  position: relative;
}

.card__image {
  height: 413px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.card__image:hover {
  cursor: pointer;
}

.card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card__title {
  max-width: 350px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
  color: #212121;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 627px) {
  .card {
    max-width: 288px;
    justify-self: center;
  }

  .card__content {
    align-items: center;
  }

  .card__image {
    height: 288px;
    width: 288px;
  }

  .card__title {
    font-size: 16px;
    max-width: 250px;
  }
}

@media screen and (max-width: 627px) {
  .cards {
    max-width: 288px;
    padding-bottom: 20px;
  }
  .cards__list {
    gap: 20px 20px;
  }
}

section.contact-form {
  width: 100%;
  background-color: #fff;
  border: 2px solid #e91e63;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  margin: 40px 0;
}

section.contact-form form .fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

section.contact-form form .field {
  width: 100%;
}

section.contact-form form .field.half {
  width: calc(50% - 10px);
}

section.contact-form form label {
  display: block;
  font-weight: bold;
  color: #e91e63;
  margin-bottom: 5px;
}

section.contact-form form input,
section.contact-form form select,
section.contact-form form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e91e63;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  box-sizing: border-box;
}

section.contact-form form textarea {
  resize: vertical;
}

section.contact-form form .actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
  list-style: none;
}

section.contact-form form input[type="submit"],
section.contact-form form input[type="reset"] {
  background-color: #e91e63;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

section.contact-form form input[type="submit"]:hover,
section.contact-form form input[type="reset"]:hover {
  background-color: #ffc0cb;
  color: #333;
}

@media screen and (max-width: 768px) {
  section.contact-form form .field.half {
    width: 100%;
  }
}
