body{ 
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    margin: 0; 
    background-image: linear-gradient(-135deg, #4DA6F8, #5263FC);
    background-repeat: no-repeat;
    height:100%;
    background-attachment: fixed;
    color:white;
  }
  h1{
    font-size: 3rem;
    text-align: center;
    font-weight: 900
  }
  h2{
    font-weight: 200;
    text-align: center;
    color:whitesmoke;
  }
  h3{
    font-weight: 200;
    text-align: center;
    color:whitesmoke;
  }
  #container{
    margin:120px auto 0 auto;
    max-width:1240px; 
    padding:0 40px;
  }
  p{
    font-weight: 200;
    text-align: center
  }
  img{
    max-width: 100%;
    height: auto;
  }
  #store{
    margin:40px auto;
    width:300px;
  }
  footer{
    margin-top: 120px;
    font-weight: 200;
    font-size: .8rem;
  }
  a{
    text-decoration: none;
    color: whitesmoke;
    font-weight: 200;
  }
  textarea{
    width:100%
  }