    h1, h2, h3, h4, h5, p {
      color: white;
      font-family: Roboto;
      text-shadow: 1px 1px 1px #4e4e4e;
    }
    body {
      margin: 0;
      background-color: #141414;
      height: 100vh;
      font-family: Roboto;
    }
    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-color: #4042ec;
      display: flex;
      align-items: center;
      padding: 0 20px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.5);
      z-index: 1000;
    }
    .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;
    }
    @media (max-width:  50px) {
      img {
        width: 150%;
      }
    }

        .profile-image {
   width: 180px;
  height: 180px;
  margin-right: 5px;
    }
    @media (max-width:  50px) {
      .profile-image {
        width: 150%;
      }
    }
.content {
  padding-top: 70px;
  padding-left: 50px;
  height: calc(100vh - 70px);
  background-color: #141414; 
  margin: 0;
}

            .my-button {
            display: inline-block;
            padding: 10px 10px;
            background-color: #4042ec;
            color: #e1ebf0;
            font-family:Montserrat;
            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);
        position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
    }
    a {
      text-decoration: none;
      color: #f7fbff;
      display: inline-block;
      font-family:Roboto;
      margin-right: 10px;
    }
.grid {
  display:block;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

    .tuffa {
      text-decoration: none;
      color: #fdfdff;
      display: inline-block;
      font-family: Roboto;
      margin-right: 7px;
      background-color: #4042ec;
      padding: 6px;
      border-radius: 7px;
      transition: background-color 0.3s ease-in-out;
    }
    .tuffa:hover {
      background-color: #546cd6;
    }

#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: Roboto;
  display: inline-block;
  margin-right: 10px;
  width: 200px;
}
.password-input::placeholder {
  color: #cccccc;
}
.password-input:focus {
  outline: none;
}
.my-button-password {
  margin: 0;
  padding: 7px 20px;
  background-color: #4042ec;
  color: #e1ebf0;
  font-family:Montserrat;
  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;
    }

    .funnietextbox {
  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: Roboto;
  display: inline-block;
  margin: top 1px;
  margin-right: 10px;
  width: 200px;
}

.my-buttonfunnie {
  display: inline-block;
  margin: 0;
  padding: 7px 20px;
  background-color: #4042ec;
  color: #e1ebf0;
  font-family:Montserrat;
  border: none;
  border-radius: 5px;
  cursor: pointer;
      transition: background-color 0.3s ease-in-out;
        }

        .my-buttonfunnie:hover {
            background-color: #585bec;
        }