@charset "UTF-8";
/*
Theme Name:     Nanotel Special EU
Theme URI:      https://nanotel.eu
Author:         NANOTEL
Author URI:     https://nanotel.eu
Description:    Nanotel Special EU is a super fast, easily customizable, multi-purpose theme. It’s perfect for small business, startups, agencies, firms. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. 
Version:        2.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    nanotel.eu
Requires License:     no
Tags: startup, companies, agencies, firms
*/



html {
  font-size: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	font-family: Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
	color: #404248;
	line-height: 1.68421;
	background-color: #0099FF;
	text-align:center;
}

h2 {
	color: rgb(255, 255, 255);
	font-weight: 700;
	text-shadow: rgb(204, 204, 204) 0px 1px 0px, rgb(201, 201, 201) 0px 2px 0px, rgb(187, 187, 187) 0px 3px 0px, rgb(185, 185, 185) 0px 4px 0px, rgb(170, 170, 170) 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 6px 1px, rgba(0, 0, 0, 0.1) 0px 0px 5px, rgba(0, 0, 0, 0.3) 0px 1px 3px, rgba(0, 0, 0, 0.2) 0px 3px 5px, rgba(0, 0, 0, 0.25) 0px 5px 10px, rgba(0, 0, 0, 0.2) 0px 10px 10px, rgba(0, 0, 0, 0.15) 0px 20px 20px;
	transition: none 0s ease 0s;
	text-align: left;
	line-height: 45px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-size: 74px;
	text-align:center;
}


p {
  margin-bottom: 20px;
}

a {
  cursor: pointer;
  color: #0366d6;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #0366d6;
}

.content {
	margin-top: 120px;
	padding: 30px;
}

.image-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.image-container img {
    width: 400px; /* Setează o lățime fixă */
    height: 200px; /* Setează o înălțime fixă */
    object-fit: contain; /* Asigură că imaginea se potrivește în container fără a fi distorsionată */
    background-color: white;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 15px;

    display: flex; /* Centrarea imaginii în interiorul containerului său */
    justify-content: center;
    align-items: center;
}

footer {
    background-color: #f2f2f2;
    text-align: center;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}


