body{
  font-family:Century Gothic;font-size:9;
}

nav{
  font-family:Century Gothic;font-size:9;
}

footer{
  font-family:Century Gothic;
}

.button {
        background-color: #1c87c9;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        border: none;
        color:black;
        cursor: pointer;
        display: inline-block;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
        margin: auto;
        font-family: Century Gothic;
        font-size:9;
        margin-left:15px;


      }

      @keyframes glowing {
        0% {
          background-color: #2ba805;
          box-shadow: 0 0 5px #2ba805;
        }
        50% {
          background-color: #49e819;
          box-shadow: 0 0 20px #49e819;
        }
        100% {
          background-color: #2ba805;
          box-shadow: 0 0 5px #2ba805;
        }
      }
      .button {
        animation: glowing 1300ms infinite;
      }
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      