html {
	font-family: sans-serif;
}

.title {
	text-align: center;
}

.button {
    background-color: #4259f4;
    color: white;
    margin: auto;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100px;
    font-size: 20px;
    font-weight: lighter;
    border-radius: 12px;
}
