.link{
    width: 150px;
    color: black;
    text-decoration: none;
    flex: 1 1 0px;
}
.link_r{
    margin-right: 5px;
    margin-left: 5px;
    float: right;
}
.link_container{
    display: flex;
    flex-direction:row;
}
.nb{
    width: 100%;
}
.test_input{
    width: 300px;
}
.LogSig{
    
    width: 15%;
    float: left;
    text-align-last: center;
    margin-left: 42.5%;
    margin-top: 10px;
}
.cp{
    float:right;
    margin-top: -250;
    margin-left: 15;
}
.wordle-element{
    background-color: gray;
    border-color: black;
    width: 50px;
    height: 50px;
    border: 5px;
    border-radius: 5px;
    text-align: -webkit-center;
}
.wordle-row{
    padding:1rem;
    margin-bottom: 1rem;
    
}
.wordle-container{
    text-align: -webkit-center;
}
.wordle-input{
    width:45px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
  .popup{
    width: 400px;
    height: 400px;
    background-color: aqua;
  }
  .popup button{
    background-color: aquamarine;
  }
  
  .close{
    display: none;
  }