
body{
    background-color: #125ea1;
}

div.menu{
        padding-left: 7% ;  
        padding-top: 30%;
        
}
div.mensaje{
    padding-top: 15%;
    color: white;
    padding-bottom: 10%;
    
}
.language-button {
  text-decoration: none;
  color: inherit;
}
.language-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px;
  background-color: #f8f9fb;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background 0.2s;
}

.language-button:hover {
  background-color: #f0f2f5;
}

.left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon {
  width: 32px;
  height: 32px;
  background-color: #e9ecf1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.arrow {
  font-size: 20px;
  color: #999;
}
