body {
    font-family: "codec-pro", Verdana, Arial, sans-serif;
    position: relative;
    margin: 0 !important; 
    padding-top: 200px;
    height: 100vh;
    background: radial-gradient(circle, #000033, #000000);
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 200px;
    height: 100vh;
    color: #333;

}
.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    animation: twinkle 5s infinite ease-in-out;
  }
  
  @keyframes twinkle {
    0%, 100% {
      opacity: 0;
      transform: scale(0.5);
    }
    50% {
      opacity: 1;
      transform: scale(1);
    }
  }
.left-container{
        display: flex;
        background: #000;
        padding: 20px;
        max-width: 400px;
        width: 100%;
        text-align: center;
        justify-content: space-around;
        flex-wrap: wrap;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);  
        
}  
.container {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);  
}
.right-container{
    display: flex;
    background: #000;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);  
} 
#addAll{
    background: transparent;
    color: #39F7B2;
    border-style: solid;
    border-width: 1px;
    border-color: #39F7B2;
    padding: 10px 15px;
    border-radius: 6.4px;
    cursor: pointer;
    font-family: "codec-pro", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px; 
    margin-right: 5px;
    width: 100%;
}
#addAll:hover{
    background-color: #39F7b2;
    color: #000;
}

.addBasicName{
    width: 100px;
    margin-bottom: 20px;
}

h1 {
    color: #ffffff;
    margin-bottom: 20px;
}
h3{
    color: #ffffff;
}
.left-containerh1{
    margin-left: 40%;
    margin-right: 40%;
}
.left-containerDh1{
    margin-left: 5%;
}
.addBasicName{
    background: transparent;
    color: #39F7B2;
    border-style: solid;
    border-width: 1px;
    border-color: #39F7B2;
    padding: 10px 15px;
    border-radius: 6.4px;
    cursor: pointer;
    font-family: "codec-pro", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px; 
    margin-right: 5px;
}

.input-section, .teams-section {
    margin: 20px 0;
}
.names-list li{
    display: flex;
    justify-content: space-evenly;
}


input {
    width: calc(100% - 90px);
    padding: 8px;
    margin-right: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-family: "codec-pro", Verdana, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
}

#addName, #reset{
    background: transparent;
    color: #39F7B2;
    border-style: solid;
    border-width: 1px;
    border-color: #39F7B2;
    padding: 10px 15px;
    border-radius: 6.4px;
    cursor: pointer;
    font-family: "codec-pro", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px; 
}
#addName:hover, #reset:hover{
    background-color: #39F7b2;
    color: #000;
}

button:hover {
    background-color: #39F7b2;
    color: #000;
}


.names-list ul {
    list-style-type: none;
    padding: 0;
}

.names-list li {
    margin: 5px 0;
    padding: 5px;
    background: #f1f1f1;
    border-radius: 4px;
}

.teams-section {
    text-align: left;
}

.team {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #e7f3ff;
}
.remove-button {
    margin-left: 50px;
    background-color: #d80e00;
    color: white; 
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.remove-button:hover {
    background-color: #8d0000;
    color: #fff; 
}
#generateTeams{
    background: transparent;
    color: #39F7B2;
    border-style: solid;
    border-width: 1px;
    border-color: #39F7B2;
    padding: 10px 15px;
    border-radius: 6.4px;
    cursor: pointer;
    font-family: "codec-pro", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px; 
    margin-right: 5px;

}
#generateTeams:hover{
    background-color: #39F7b2;
    color: #000;

}

.switch-button {
    background: transparent;
    color: #39F7B2;
    border-style: solid;
    border-width: 1px;
    border-color: #39F7B2;
    padding: 10px 15px;
    border-radius: 6.4px;
    cursor: pointer;
    font-family: "codec-pro", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px; 
}
.switch-button:hover {
    background-color: #39F7b2;
    color: #000;
}