@font-face {
  font-family: "Big Shoulders Display";
  src: url("assets/fonts/BigShouldersDisplay-ExtraBold.ttf") format("truetype");
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  font-size: 20px;
  color: #333333;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.container {
  width: 100%;
  height: 780px;
}
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  width: 94.88px;
  height: 84.8px;
}
header {
  width: 100%;
  height: 213px;
  display: flex;
  background-size: auto;
  background-position-x: right;
  background-image: url("assets/worldmap.png");
}
.heading {
  margin: auto;
}
.heading > div {
  margin-left: 15px;
}
.heading > div > h1 {
  font-family: "Big Shoulders Display";
  color: #32cd32;
  font-size: 43.42px;
  line-height: 150%;
  margin: 0;
}

.heading > div > h2 {
  color: #ffffff;
  font-size: 12.21px;
  line-height: 150%;
  margin: 0;
}

.title {
  display: flex;
  flex-direction: column;
}

#screen1,
#screen2 {
  width: 362px;
  margin: auto;
  height: 505px;
  margin-top: 30px;
  border: 4px solid #252f42;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-heading {
  text-align: center;
  margin: auto;
  color: #035a9d;
  font-size: 20px;
  padding-top: 20px;
}
textarea {
  width: 317px;
  height: 118px;
  background-color: #eff0f4;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
  margin: auto;
  align-self: center;
  border: 0;
  color: #333333;
  font-size: 20px;
}
fieldset {
  border: 0;
}

legend {
  all: unset;
  display: block;
  padding: 25px 0;
  margin: auto;
  font: inherit;
  font-size: 20px;
  color: #035a9d;
}

label {
  font-size: 20px;
}

.flag {
  width: 30px;
  height: 20px;
  border: 1px solid #999999;
}
input {
  margin-right: 10px;
}
label {
  margin-right: 10px;
}
form {
  display: flex;
  flex-direction: column;
}
form > fieldset > div {
  display: flex;
  align-items: center;
  padding: 5px 30px;
}

#translateButton,
#startOverButton {
  font-size: 24px;
  color: #ffffff;
  width: 322px;
  height: 50px;
  margin: 30px auto;
  border-radius: 6px;
  background-color: #035a9d;
  border: 0;
}
