
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mr-dafoe-regular {
    font-family: "Mr Dafoe", cursive;
    font-weight: 400;
    font-style: normal;
  }

.edu-nsw-act-foundation-500 {
  font-family: "Edu NSW ACT Foundation", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.contact-form-container {
  background-color: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  font-family:  "Edu NSW ACT Foundation", cursive;
  text-align: center;
}

h2 {
  text-align: center;
  color: #0077b6; 
  margin-bottom: 20px;
  font-size: 50px;
}


.success-message {
  background-color: #d4edda;
  color: #acdcb7;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
}

.error-message {
  background-color: #f8d7da;
  color: #be7d83;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
}

.form-group {
  margin-bottom: 20px;
}

label {
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

input, textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 2px solid #0077b6; 
  background-color: #e0f7fa; 
  font-size: 16px;
}

input:focus, textarea:focus {
  border-color: #004f79; 
  outline: none;
  box-shadow: 0 0 5px rgba(1, 48, 73, 0.6);
}

textarea {
  resize: vertical;
  min-height: 100px;
}


button {
  width: 100%;
  padding: 12px;
  background-color: #0077b6; 
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #131973; 
}

button:active {
  background-color: #0c0137;
}


@media (max-width: 500px) {
  .contact-form-container {
    padding: 20px;
  }

  h2 {
    font-size: 40px;
  }

  input, textarea {
    font-size: 14px;
  }

  button {
    font-size: 16px;
  }
}
.meow{
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}
iframe{
    border-radius: 15px;
}