@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: rgba(239, 209, 182, 1);
}

[type=radio]:nth-child(2) {
  background: rgba(203, 143, 87, 1);
}

[type=radio]:nth-child(3) {
  background: rgba(235, 162, 98, 1);
}

[type=radio]:nth-child(4) {
  background: rgba(165, 110, 72, 1);
}

[type=radio]:nth-child(5) {
  background: rgba(118, 62, 50, 1);
}

[type=radio]:nth-child(6) {
  background: rgba(164, 69, 50, 1);
}

[type=radio]:nth-child(7) {
  background: rgba(118, 52, 19, 1);
}

[type=radio]:nth-child(8) {
  background: rgba(49, 26, 17, 1);
}

[type=radio]:nth-child(9) {
  background: rgba(33, 17, 10, 1);
}

[type=radio]:nth-child(10) {
  background: rgba(16, 21, 25, 1);
}

[type=radio]:nth-child(11) {
  background: rgba(13, 85, 63, 1);
}

[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;
}