@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Permanent+Marker&display=swap');

body {

  background-color: #d4fff5;
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 18px;
  font-style:normal;
  color: #252f9c;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.message_1 {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 26px;
  font-style:normal;
  color: #252f9c;
}