h1 {
    color: rgba(0, 194, 129, 0.979);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
}

h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
}

h3 {
    line-height: 20px;
    color: darkgrey;
}

p {
    font-family: 'roboto',sans-serif;
    text-align: center;
    color: white;
    line-height: 40px;
}

a {
    color: aquamarine;
    line-height: 20px;
}

.grass {
    background-image: url(./images/greengrass.jpeg);
    
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
  }
  
#screenshot {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  li {
    float: left;
  }
  
  a {
    display: block;
    padding: 8px;
  }