/* In order to validate your CSS code, click on the arrow at the top right of this window. Don't forget, you can have a look here : https://blog.codepen.io/2017/10/11/analyze-css-now-using-stylelint/ 
 */

/* Your CSS code here */
* {
        transition: color 0.3s;
      }
body { 
    background-image: linear-gradient(to right, #222 , #006);
    font-size: 22px;
    color: #fad325;
    font-family: 'Amatic SC', sans-serif;
}

      hr {width: 20%;}
      ul, h1, h2{
        text-align: center;
        margin: 80px 0;
        font-weight: lighter;
      }
      ul {padding-left: 0;}
      h1 {
        font-size: 6em;
        line-height: 0.8em;
      }
      h2 {
        font-size: 4em;
      }
      li {
        display: inline-table;
        margin: 0 1%;
      }
      section li {
        width: 30%;
        min-width: 240px;
        padding: 20px 0;
      }
      li a {
        text-decoration: none;
        font-weight: bold; 
        color: #aaa;
        font-size: 1.2em;
        padding: 5px 9px;
      } 
      li a:hover{
        color: #fff;
        padding: 4px 8px;
        border: 1px solid #fff;
      }
      .ball {
        border: 80px solid rgb(255, 222, 173, 0.1);
        position: relative;
        width: 20%;
        height: calc(19vw);
        margin: 0 5%;
        border-radius: 50%;
      }
      .ballp {
        margin-left: auto!important;
        border: 70px solid rgb(255, 222, 173, 0.1);
        position: relative;
        width: 16%;
        height: calc(15vw);
        margin: 0 5%;
        border-radius: 50%;
      }
      .ball p {
        position: absolute;
        top: 10%;
        left: 20%;
        width: 380%;
      }
      .ballp p {
        position: absolute;
        text-align: right;
        top: 10%;
        right: 20%;
        width: 420%;
      }
      #tablep {
        display: table;
        text-align: center;
        margin: auto;
        width: 95%;
        max-width: 900px;
      }
      .row {display: table-row;}
      .cell {
        display: table-cell;
        border: 1px solid #FFDEAD;
        padding: 2%;
        
      }
      span {
        display: block;
        width: 60%;
        margin: 0 auto 50px;
        text-align: center;
      }
      form, footer {
        text-align: center;
      }
      label {
        width: 22%;
        display: inline-table;
        margin-bottom: 20px;
      }
      button {
        background-color: #FFDEAD;
        font-family: 'Amatic SC', sans-serif;
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 60px;
      }
      textarea, input {background-color: #FFDEAD;}
      footer a {
        text-decoration: none;
        font-weight: bold; 
        color: #aaa;
        margin: 0 10px;
      } 
      footer a:hover{
        color: #fff;
      }
