
body{
     font-family: "Matangi", sans-serif;
    color:rgb(73, 191, 34);
     background-image: url("../img/background-tile.png");
  background-repeat: repeat;
   text-align: center;

}

#h1-style{
    
    border: solid rgb(0, 162, 255) 10px;
}

button{
    color:rgb(154, 40, 40);
    border-radius: 6px;
    background-color: rgb(37, 4, 4);
        padding:3px;
}

input{
    border-radius: 4px;
    background-color: rgb(33, 163, 92);
    color:rgb(56, 129, 62);
}