
.thumbnail-image img {
  width: 50vw;
  margin-left: calc(50% - 50vw);
}

img {
  width: 80%;
  height: auto;
  border-radius: 10px;
}

#presentation-heading{
  color: #9f2d44 !default;
} 

strong {
  color:  #9f2d44;
}

h1.title, link, a {
  color:  #9f2d44;
}

p{
  text-align: justify;
}

.form-container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  background: white;
}

.form-container iframe {
  width: 100%;
  height: 100vh;
  border: none;
  border-radius: 12px;
}
