input {
    width: 120px;
    height: 80px;
    font-size: 180;
    border-radius: 10px;
    margin: 12px;
    background-color: #076e12;
    color: #fff;
    border-style: none;
}

h1 {
    text-align: left;
    font-size: 50px;
    margin-left: 125px;
    margin-top: 20px;
}