/*aaaa*/

body {
  background-color: #2d3047;
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
}

header {
  background-color: #ffdbb5;
  margin: 0 auto;
  text-align: center;
  padding: 1em;
}

header > p {
  margin: 0 auto;
  padding: 0.2em;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
}

main {
  margin: 0 auto;
  max-width: 25em;
  padding: 2em 0em 4em 0em;
}

#maintitle {
  font-size: 1.7em;
  color: #2d3047;
}

.world {
  font-weight: bolder;
}

.le {
  color: #6f7199b0;
}

#undertitle {
  margin-bottom: 0.9em;
  padding: 1em;
}

.startButton {
  margin: 0 auto;
  text-align: center;
}

#btn {
  position: relative;
  outline: none;
  border: 5px solid #484c70;
  background-color: whitesmoke;
  font-size: 19px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  color: black;
  border-radius: 0.5em;
}

.timer {
  margin: 0 auto;
  text-align: center;
}

#timerDisplay {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #e0a458;
  font-weight: bolder;
  font-size: large;
}

.placeholder {
  padding: 2em;
  height: 12em;
  margin: 0 auto;
  display: flex;
}

#flag {
  height: 100%;
  margin: 0 auto;
  border-radius: 0.2em;
}

.textbox {
  padding: 0em, 4em, 0em, 4em;
}

#textboxDisplay {
  position: relative;
  outline: none;
  border: 5px solid #484c70;
  background-color: #404464;
  font-size: 19px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  color: whitesmoke;
  border-radius: 0.5em;
}

#share > span {
  list-style-type: none;
  padding: 0 0.6em;
}

#share {
  font-size: 0.8em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  margin: 0 auto;
  width: 50%;
  font-weight: bold;
}

ul {
  color: #0778d7;
}

li {
  padding: 0.5em;
}

a:hover {
  text-decoration: underline;
  color: #0471a6;
}
a {
  text-decoration: none;
  color: whitesmoke;
}

#posts {
  margin: 1em;
}

footer {
  border-top: solid gray;
  color: white;
  max-width: 40em;
  text-align: center;
  margin: 0 auto;
}
