.btn {
  background-color: #ed2a6a;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.btn:hover {
  background-color: #c01e56;
}

.language-switcher {
  position: absolute;
  top: 10px;
  right: 10px;
}

.language-button {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 5px;
}
