@font-face {
    font-family: lydian;
    src: url(../lydian.ttf)format("truetype");
}

body {
    background-color: black;
    color: white;
    text-align: center;
    font-family: lydian !important;
	background-image: url("../images/bg-02.svg");
	background-repeat: no-repeat;
}

h1{
	font-size: 36pt;
}

h2{
	font-size: 36pt;
}

h3{
	font-size: 24pt;
}

h4{
	font-size: 48pt
}

h5{
	font-size: 14pt;
}

.main{
/*	text-align: center;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
    
}

.landing{
	margin-top: 200px;
}

.startbutton, .nextbutton{
	font-size: 20pt;
	width: 170px;
	background-color: yellow;
	color: black;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	padding: 10px;
	cursor: pointer;
}

.nextbutton{
	position: absolute;
	bottom: 40px;
	right: 0;
	margin-right: 200px;
    margin-top: 100px;
}

.mininextbutton{
	color: yellow;
	cursor: pointer;
	margin-top: 10px;
	font-size: 18pt;
}

.para{
	margin: 0 auto;
    max-width: 650px;
    font-size: 24pt;
    text-align: center;
}

.warningpara{
	margin: 0 auto;
	max-width: 700px;
	font-size: 24pt;
	text-align: center;
	background-color: yellow;
	color: black;
	padding: 20px 30px;
}

.result{
	text-align: center;
	font-size: 36pt !important;
	margin-top: 0px !important;
}

.content{
	margin-top: 100px;
	position: relative;
    height: 550px;
}

.content2{
	margin-top: 200px;
	position: relative;
    height: 430px;
}

.inputbox{
	background-color: black;
	border-color: white;
	font-size: 20pt;
	width: 130px;
}

.unit{
	font-size: 20pt;
	margin-left: 10px;
}

.output{
	font-size: 30pt;
	color: yellow;
}

.final{
	font-size: 48pt;
}

.f1{
	border-bottom: solid white;
}

.f2{
	margin-top: 20px;
}

.formula{
	margin-left: 10%;
	margin-right: 10%;
}