.form {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.form-format {
  display: flex;
  width: 100%;
  height: 100%;

  flex-direction: column;
  justify-content: flex-end;
}

.output {
  width: 99%;
  height: 25%;
  resize: none;
}

.alastria-logo {
  justify-content: center;
}

.copy-button {
  margin-top: 1%;
}

p {
  color: white;
  margin: 5px 0 5px 0;
}

img {
  max-width: 20vw;
  max-height: 5vh;
}

body {
  padding: 2.5%;
  background-color: #010326;
}