@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap");

body {
  background-image: url(images/img.jpg);
  background-repeat: no-repeat;
  margin-left: 3.5rem;
  font-family: "Julius Sans One";
  color: white;
}

.nav-header {
  font-size: xx-large;
}

.section {
  margin: 50px 0 0 0;
}

.label {
  font-weight: bold;
}

.input {
  width: 50%;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  border-radius: 4px;
  margin: 1rem 2rem 2rem 0;
  font-family: "Julius Sans One";
  font-size: larger;
  font-weight: bolder;
  padding: 8px;
}

.translate-button {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  padding: 0.5rem;
  cursor: pointer;
  font-size: large;
  font-family: "Julius Sans One";
  font-weight: 700;
}

.output-text {
  width: 50%;
  height: 75px;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  border-radius: 4px;
  margin: 2rem 2rem 2rem 0;
  font-weight: bolder;
  font-size: x-large;
  padding: 8px;
}
