@import url("https://fonts.googleapis.com/css?family=Lato:700,300");
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

main {
margin: 5% auto;
display:flex;
justify-content: space-between;
max-width: 1440px;
}

section {
/*  display: flex;
  flex-direction: column;*/
  /* max-width: 720px; */
  margin: 0;
  padding: 0;
  width: 55%;
}

h1 {
  font-size: 4em;
}

ul {
  color: #777;
  font-size: 1.6em;
  font-weight: 300;
}

li {
  margin: 0.8em 0;
}

hr {
  margin: 40px auto 50px;
  border-width: 1px; 
  width: 650px;
}


[type=radio] {
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
  will-change: transform;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}



[type=radio]:nth-child(1) {
  background: #f9f3e3;
}

[type=radio]:nth-child(2) {
  background: #f0e3c3;
}

[type=radio]:nth-child(3) {
  background: #fedc6b;
}

[type=radio]:nth-child(4) {
  background: #e4c4a4;
}

[type=radio]:nth-child(5) {
  background: #d7c2a8;
}

[type=radio]:nth-child(6) {
  background: #f7d0b2;
}

[type=radio]:nth-child(7) {
  background: #d87d5e;
}

[type=radio]:nth-child(8) {
  background: #de0328;
}

[type=radio]:nth-child(9) {
  background: #f0d9a8;
}

[type=radio]:nth-child(10) {
  background: #cabba1;
}

[type=radio]:nth-child(11) {
  background: #c49b70; 
}

[type=radio]:nth-child(12) {
  background: #c09165; 
}
[type=radio]:nth-child(13) {
  background: #985134; 
}
[type=radio]:nth-child(14) {
  background: #b47149; 
}
[type=radio]:nth-child(15) {
  background: #674529; 
}
[type=radio]:nth-child(16) {
  background: #48300d; 
}
[type=radio]:nth-child(17) {
  background: #8a8a54; 
}
[type=radio]:nth-child(18) {
  background: #d8dede; 
}
[type=radio]:nth-child(19) {
  background: #a6c2d3; 
}
[type=radio]:nth-child(20) {
  background: #b5b0ac; 
}
[type=radio]:nth-child(21) {
  background: #79706a; 
}
[type=radio]:nth-child(22) {
  background: #554740; 
}
[type=radio]:nth-child(23) {
  background: #dad4cc; 
}
[type=radio]:nth-child(23) {
  background: #9f878e; 
}

[type=radio]:checked {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

div{
  margin-top: 10%;
  display:flex;
  text-align: center;
}

.button {
  all:unset;
}

.button {
  margin: 0;
  width: 220px;
  height: 50px;
  border-radius: 24em;
  background-color: #000;
  color: #fff;
  text-align:center;
}

h3{
  
 margin:0; 
 padding-left: 7%;
 line-height: 50px; 
 
}
input#demo {
    border: none;
    margin-bottom: 10px;
    margin-left: 8px;
}
