* {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
button {
  display: block;
  vertical-align: middle;
  border: none;
  padding: 0;
  background-color: unset;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
}

.is-flex {
  display: flex;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 800px;
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

button {
  padding: 8px;
}
button .fas {
  display: block;
}
button .fas::before {
  display: block;
  width: 16px;
  height: 16px;
}

* {
  line-height: 1.5em;
}

.roulette-page {
  padding: 64px 0;
}

.head .message {
  font-size: 24px;
  font-weight: bold;
}

.roulette {
  padding-top: 32px;
}
.roulette .members #membersElm li {
  vertical-align: center;
}
.roulette .members #membersElm li p {
  display: block;
  font-size: 16px;
  line-height: 32px;
  width: 120px;
}
.roulette .members #membersElm li button {
  margin-left: 8px;
}
.roulette .members #membersElm li button .fas::before {
  color: #de7a7a;
}
.roulette .members #addMember {
  margin-top: 24px;
}
.roulette .members #addMember #inputMember {
  font-family: sans-serif;
  width: 120px;
  border-bottom: 2px solid #333;
}
.roulette .members #addMember button {
  border: 2px solid #0b9cda;
  border-radius: 50%;
  margin-left: 8px;
}
.roulette .members #addMember button i::before {
  color: #0b9cda;
}
.roulette .result-wrap {
  margin-left: 32px;
}
.roulette .result-wrap #run {
  border: 2px solid #dabb0b;
  border-radius: 9999px;
  align-items: center;
  padding: 8px 16px;
}
.roulette .result-wrap #run .fas::before {
  margin-right: -1px;
  margin-left: 1px;
  color: #dabb0b;
}
.roulette .result-wrap #run span {
  margin-left: 5px;
}
.roulette .result-wrap #result {
  margin-top: 16px;
}
.roulette .result-wrap #result .text {
  font-size: 20px;
}
.roulette .result-wrap #result #copy {
  border: 2px solid #616161;
  border-radius: 9999px;
  align-items: center;
  padding: 8px 16px;
  margin-top: 8px;
}
.roulette .result-wrap #result #copy .fas::before {
  margin-right: -1px;
  margin-left: 1px;
  color: #616161;
}
.roulette .result-wrap #result #copy span {
  margin-left: 5px;
}/*# sourceMappingURL=style.css.map */