@import url("css/main.css");
.box_info{ border:4px solid #8a8a8a;  color:#000; background:#fff; height: 240px; z-index: 9999; width:550px; position:fixed; left:50%; top:36%; margin-left:-283px; margin-top:40px; }
.box_info .div{ text-align: right; width: 550px; height: 6px; }
.box_info .div img{ cursor:pointer }
.box_info .title_box{ text-align: center; width:100% !important; font-weight:bold !important; color:#000 !important; font-size:22px !important; }
.box_info .content_box{ text-align: center; }
/* hydev */
.logo-container {
    display: flex;
    align-items: center; /* Vertically centers the items */
    text-decoration: none; /* Removes the default underline from the link */
    color: inherit; /* Inherits text color from parent or sets a specific one */
}

.logo-image {
    width: auto; /* Adjust size as needed */
    height: 80px;
    margin-right: 10px; /* Space between the logo and the text */
}
.logo-text {
  /* font-family: 'Georgia', serif;  Classic, formal font */
  /* font-family: 'monospace;', Georgia, serif; /* Tries Playfair first, then Georgia */
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; /* Professional, strong look [4] */
  letter-spacing: 3px; /* Increases elegance and legibility */
  color: #2c3e50; /* Deep, muted color */
  text-decoration: none;
  padding-bottom: 5px;
}
.numbers {
  /* font-family: 'Verdana', Arial, sans-serif; /* A sans-serif font for numbers */
}
.logo-tagline {
	font-family: "Open Sans",Verdana,Arial,serif;
	font-size: 13px;
	font-weight: normal;
	color: #2c3e50;
	text-transform: none;
	letter-spacing: normal;
	padding: 0;
}

@media (min-width: 600px) {
  .logo-text {font-size: 32px;}
}