* {
    font-family: 'YotaDigit';
    position:relative;
    box-sizing: border-box;
    color:#434C5D;
}

body {
    background-color:#FFF;
}

.wrapper {
    max-width:845px;
    width:100%;
    margin:0 auto;
    padding:0 15px;
}

.text-center {
    text-align:center;
}

h1 {
    margin-top: 90px;
    margin-bottom: 38px;
    font-family: 'YotaDigit Extra';
    font-size: 60px;
    line-height: 79px;
    color: #24292D;
}

h3 {
    font-weight: bold;
    margin:50px 0 20px;
    font-size:25px;
    line-height: 27px;
}

p {
    margin: 15px 0;
    font-size:20px;
    line-height:28px;
}

a {
    color:#0AB8F9;
    text-decoration:none;
}

a:hover {
    text-decoration: underline;
}
ol {
	margin: 15px 0;
    font-size: 20px;
    line-height: 28px;
}
table {
	margin: 15px 0;
    font-size: 20px;
    line-height: 28px;
	width: 60%;
	margin: auto;
	border-collapse: collapse;
}
thead {
	background-color: #f5f5f5;
}