/* styles.css */
.logo {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000; /* Light background */
  border-radius: 50px; /* Rounded corners for the container */
  border: 1px solid #fff; /* White border */
  overflow: hidden;
  display: inline-block;
  font-family: Arial, sans-serif;
  min-width:270px;
}

.logo-container {
  width: 270px;
  height: 270px;
  padding: 15px;
  color: #fff; /* White text */
  text-align: left;
}

.logo-title {
  font-size: 5rem;
  font-weight: bold;
}

.logo-subtitle p {
  margin: 0px 0;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  display: flex; /* Align paragraphs in a row */
  gap: 50px; /* Adjust the horizontal space between <p> elements */
  height:20px;
}

.logo-tagline {
  font-size: 1rem;
  font-style: italic;
  text-align: right;
  font-weight: bold;
  padding-right:14px;
  padding-top:10px;
}



/* styles.css */
.logomini {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000; /* Light background */
  border-radius: 19px; /* Rounded corners for the container */
  border: 1px solid #fff; /* White border */
  overflow: hidden;
  display: inline-block;
  font-family: Arial, sans-serif;
  min-width:70px;
}

.logomini-container {
  width: 70px;
  height: 70px;
  padding: 4px;
  padding-top:10px;
  color: #fff; /* White text */
  text-align: left;
}

.logomini-title {
  font-size: 1.3rem;
  font-weight: bold;
}


.logomini-tagline {
  font-size: 0.5rem;
  font-style: italic;
  text-align: right;
  font-weight: bold;
  padding-right:2px;
  padding-top:0px;
}


.logomini-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  z-index: 2;
}