@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");

body {
  background-image: url(glasses-1052010_1920.jpg);
  background-size: cover;
  background-attachment: fixed;
}

header {
  text-align: center;
  font-family: "Dancing Script", cursive;
  font-size: xx-large;
  background-color: rgb(220, 190, 159);
  margin-bottom: auto;
}

p {
  text-align: center;
  font-family: "Dancing Script";
  font-size: x-large;
}

textarea[name="user-input"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 620px;
  height: 120px;
}

ul {
  display: flex;
  margin: auto;
  padding: 5px;
  flex-direction: column;
  flex-wrap: wrap;
  width: 550px;
  height: 150px;
  column-gap: 10px;
  row-gap: 10px;
  align-items: center;
}

.result {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  background-color: white;
  width: 280px;
  height: 40px;
  border: 1px solid;
  border-radius: 25px;
}

#reset-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  color: white;
  margin-right: 15px;
}
