body{
    height: 80%;
    background-image: url("../logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}

.grid{
    flex-wrap: wrap;
    flex-direction: column;
    margin: auto;
    display: flex;
    justify-content: center;
}

.button-adde{
    font-size: 30px;
    width: 280px;
    text-align: center;
    background: linear-gradient( 75deg, #c9354b, #841b14 );
    /* background-color: ; */
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 1px 1px 1px black;
    border-radius: 4px;
    padding: 8px 12px;
    margin:30px auto;
}

.clicked{
    box-shadow: -1px -1px -1px black !important;
}


    a:link {
    color: white;

        text-decoration: none;
      }
      
      a:visited {
    color: white;

        text-decoration: none;
      }
      
      a:hover {
    color: white;

        text-decoration: none;
      }
      
      a:active {
    color: white;

        text-decoration: none;
      }
