
    h1, h2, h3, h4, h5, p {
      color: white;
      font-family: Ubuntu;
      text-shadow: 1px 1px 1px #4e4e4e;
    }
body {
  margin: 0;
  background-color: #141414;
  height: 100vh;
  font-family: Ubuntu;
}
h3 {
  display: inline-block;
  margin-right: 40px;
}
.texttt {
  margin-bottom: 3cm;
  display: flex;
  align-items: center;
}
.topbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, #dadadb, #757575);
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  z-index: 1000;
}
.links-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
a {
  display: inline-block;
  margin: 0 10px;
}
.status-bar {
  position: fixed;
  top: 40px;
  width: 100%;
  height: 30px;
  background-color: #eb4e26;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  z-index: 1000;
}
.status-bar-hidden {
  display: none;
}
img {
  width: 140px;
  height: 38px;
}
.home1 {
  width: 350px;
  height: 100px;
}
@media (max-width:  50px) {
  img {
    width: 150%;
  }
}
.topbarimg {
  width: 110px;
  height: 30px;
  margin-right: 5px;
}
@media (max-width:  50px) {
  .profile-image {
    width: 150%;
  }
}
.content {
  padding-top: 70px;
  height: calc(100vh - 70px);
  background-color: #141414; 
  margin: 0 auto;
  max-width: 800px;
}
.my-button {
  display: inline-block;
  padding: 10px 10px;
  background-color: #4042ec;
  color: #e1ebf0;
  font-family:Ubuntu;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 1px 0px;
  width: 81px;
  transition: background-color 0.3s ease-in-out;
}
.my-button:hover {
  background-color: #585bec;
}
.div-nice {
  padding: 20px 40px;
  border: 3px solid #333;
  border-radius: 10px;
  background-color: #222222; 
  box-shadow: 0 4px 8px rgba(107, 107, 107, 0.1);
}
.tuffa {
  text-decoration: none;
  color: #fdfdff;
  display: inline-block;
  font-family: Ubuntu;

  padding: 6px;
  text-shadow: 0px 0.5px 3px #000000;
  transition: background-color 0.3s ease-in-out;
}
.tuffa:hover {
  background-color: #d8d8d834;
}
#password-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.password-input {
  padding: 7px;
  border: none;
  border-radius: 5px;
  background-color: #222222;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  color: white;
  font-family: Ubuntu;
  display: inline-block;
  margin-right: 10px;
  width: 200px;
}
.password-input::placeholder {
  color: #cccccc;
}
.password-input:focus {
  outline: none;
}
.my-button-password {
  display: inline-block;
  margin: 0;
  padding: 7px 20px;
  background-color: #4042ec;
  color: #e1ebf0;
  font-family:Ubuntu;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.my-button-password:hover {
  background-color: #585bec;
}
h1 {
  vertical-align: middle;
  margin: 0;
}
.texttt1 {
  margin-bottom: 3cm;
}
.br {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .links-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tuffa {
    margin: 5px;
  }
  .topbarimg {
    content: url("/veloramini1.png");
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px; /* Adjust the vertical position manually */
  }
}
@media (max-width: 480px) {
  .links-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tuffa {
    margin: 5px;
    padding: 5px;
    font-size: 12px;
  }
  .topbarimg {
    content: url("/veloramini1.png");
    width: 25px;
    height: 25px;
    position: relative;
    top: 4px; /* Adjust the vertical position manually */
  }
}