html {
  scroll-behavior: smooth;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-weight: 400;
	line-height: 1.4rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 60rem;
    padding-left: 25px;
    padding-right: 25px;
}

a	{
	color: #00d084;
	text-decoration:none
}

.big-buttons {
	clear: both;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	box-sizing: border-box;
	font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.the-button {
	border: none;
    box-shadow: none;
    text-decoration: none;
    overflow-wrap: break-word;
	display: inline-block;
}

.the-button a {
	color: #fff;
	cursor: pointer;
	padding: 12px 24px;
	display: inline-block;
	background-color: #00d084;
	border-radius: 15px;
	margin-top: 5px;
}

.another-button {
	display: inline-block;
}

.another-button a {
	border: 2px solid;
	border-radius: 15px;
	padding: 12px 24px;
	display: inline-block;
	cursor:pointer;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}