.button {
    background-color: rgb(0, 255, 98);
    color: rgb(0, 0, 0);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 60px;
    padding: 50px;
    margin: 10px;
    cursor: pointer;
    border: solid 2px black;
    letter-spacing: 20px;
    font-weight: bolder;
}

h1 {
    font-family: "Presicav";
    font-size: 12px;
    position: absolute;
    color: hsl(0, 0%, 47%);
    margin-left: 10px;
    text-decoration: none;
}