nav {
    background-color: rgba(255, 0, 0, 0);
    padding: 10px;
    justify-content: center;
  }
  
  ul {
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;

  }
  
  li {
    border-right: 1px solid rgba(255, 0, 0, 0);
    margin: 0;
    padding: 0;
    font-size: 20px;
  }
  
  li:last-child {
    border-right: none;
  }
  
  a {
    color: #333;
    display: block;
    padding: 10px;
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(212, 212, 0);
    cursor: pointer;
  }

  .container {
    width: flex;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .box {
    width: auto;
    height: auto;
    background-color: rgba(255, 0, 0, 0);
    margin: 10px;
  }
  body{
    background-size: cover;
}

button {
  border: 1px solid #cccccc00; 
  padding: 8px 16px; 
  border-radius: 100px;
  background-color: #0a0b35; 
  color: #ffffff; 
  font-size: 28px; 
  width: 550px; 
  height: auto; 
  text-align: left;
}
.other-element {
  position: relative;
  z-index: 1;
}
button:hover {
  cursor: pointer;
  color: rgb(255, 255, 0); 
}
.text-center {
  text-align: center;
}