@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
  margin: 0;
  padding: 0;
  color: #db5436;
  background-color: #feebc0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px; }

.lucy {
  width: 100%;
  position: relative; }

.body {
  animation-name: spin;
  animation-duration: 30000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.face {
  top: 45%;
  left: 42%;
  width: 16%;
  position: absolute; }

.strawbei {
  margin-top: 2em;
  margin-bottom: .5em;
  font-family: 'Roboto Slab', seri;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  color: #db193b;
  display: flex;
  justify-content: center;
  position: relative; }
  .strawbei .pre {
    color: #db5436;
    bottom: 0;
    margin-top: 1em;
    font-size: .8rem;
    font-family: 'Roboto';
    margin-right: .4em; }

.logo {
  width: 37px;
  height: 37px;
  margin-right: .2em; }

.container {
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 500px) {
    .container {
      text-align: center;
      margin: auto;
      width: 50%;
      max-width: 500px; } }

h1, h2, h3 {
  font-weight: 100;
  margin-bottom: 10px; }

.form-item {
  margin-top: 16px;
  width: 100%; }

.form-item input[type=submit] {
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  background-color: #db5436;
  box-shadow: 0 0.2em 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.form-item input {
  margin-top: .5em;
  font-size: 1em;
  border: none;
  padding: 1em;
  border-radius: 2em;
  width: 100%;
  display: block;
  background-color: #fff;
  box-shadow: 0 0.2em 0 0 rgba(0, 0, 0, 0.1); }
  .form-item input:focus {
    outline: none; }

.form-item textarea {
  margin-top: .5em;
  font-size: 1em;
  padding: 1em;
  border: none;
  border-radius: 2em;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0.2em 0 0 rgba(0, 0, 0, 0.1);
  resize: none; }
  .form-item textarea:focus {
    outline: none; }

.color {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 200px; }

.color > input[type="radio"] {
  display: none; }
  .color > input[type="radio"]:checked + label span {
    transform: scale(1.25); }
  .color > input[type="radio"]:checked + label .red {
    border: 2px solid #711313; }
  .color > input[type="radio"]:checked + label .orange {
    border: 2px solid #873a08; }
  .color > input[type="radio"]:checked + label .yellow {
    border: 2px solid #816102; }
  .color > input[type="radio"]:checked + label .olive {
    border: 2px solid #505a0b; }
  .color > input[type="radio"]:checked + label .green {
    border: 2px solid #0e4e1d; }
  .color > input[type="radio"]:checked + label .teal {
    border: 2px solid #003633; }
  .color > input[type="radio"]:checked + label .blue {
    border: 2px solid #103f62; }
  .color > input[type="radio"]:checked + label .violet {
    border: 2px solid #321a64; }
  .color > input[type="radio"]:checked + label .purple {
    border: 2px solid #501962; }
  .color > input[type="radio"]:checked + label .pink {
    border: 2px solid #851554; }

.color > label {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 5px;
  cursor: pointer; }
  .color > label:hover span {
    transform: scale(1.25); }
  .color > label span {
    box-sizing: border-box;
    border-radius: 15px;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .2s ease-in-out; }
    .color > label span.red {
      background: #DB2828; }
    .color > label span.orange {
      background: #F2711C; }
    .color > label span.yellow {
      background: #FBBD08; }
    .color > label span.olive {
      background: #B5CC18; }
    .color > label span.green {
      background: #21BA45; }
    .color > label span.teal {
      background: #00B5AD; }
    .color > label span.blue {
      background: #2185D0; }
    .color > label span.violet {
      background: #6435C9; }
    .color > label span.purple {
      background: #A333C8; }
    .color > label span.pink {
      background: #E03997; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=styles.css.map */
