/* =============================================================================
 * @file            main.scss
 * @filetype:       Dynamic preprocessor style sheet language
 *
 * Descriptions: 
 *	 ...................................................
 *
 * License:         as described in the file LICENSE 
 * Copyright:       (C) April 2025 Argpi
 * e-mail:          contact@argpi.ro
 * Web Site:        www.argpi.ro
 *
============================================================================= */
body {
  background-color: #f9f8ec;
  font-family: Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

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

.app {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  flex-wrap: nowrap;
}
.app .logo {
  width: 20%;
  min-width: 200px;
  text-align: center;
  opacity: 0.2;
}
.app .emoji_mesages {
  font-family: monospace;
  font-size: 1.4em;
  margin: 35px;
}
.app .contact_email {
  font-family: monospace;
  font-size: 1.2em;
}
.app .contact_email a {
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0.2;
  text-align: center;
}
.app .contact_email a:hover {
  color: #000;
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */