html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(67, 62, 67) 0%, rgb(67, 62, 67) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #433E43;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #433E43;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.5em;
}

button {
    width: 200px;
    height: 75px;
    font-size: 25px;
    background: #88B027;
    border-radius: 10px;
    border-color: rgb(67, 62, 67);
    margin-right: 5;
    margin-bottom: 5;
}

button:hover {
    background: #368334;
}

a {
    text-decoration: none;
    color: #AB3235;
}

a:hover {
    text-decoration: underline;
    color: #AB3235;
}
