/* CSS Document */

body {
	background-color: #3d3d3d;
	color: white;
}
.header {
    text-align: center;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 2em;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.subheader {
    text-align: center;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    width: 100%;
    padding-top: 20px;
}
.subtext {
    text-align: center;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    padding-top: 0px;
    padding-bottom: 40px;
}
a {
    color: white;
    text-decoration: none;
}
a:active {
    color: white;
    text-decoration: none;
}
a:hover {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
    text-decoration: none;
}
.prediction-container {
	text-align: center;
}
.img-container {
	display: inline-block;
	width: 40%;
}
.img {
	display: block;
}
.body-text {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
	font-size: 1.3em;
	vertical-align: middle;
	display: block;
}
.login-button {
    background-color: rgb(94,26,247);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 5px;
    margin-left: 20px;
	font-weight: 800;
}
i .login-button {
    margin-right: 10px;
    font-size: 1.5em;
    top: 3px;
    position: relative;
}
.mining-table {
	display: flex;
	margin-left: auto;
    margin-right: auto;
	padding-left: 10px;
    font-size: 1.5em;
	bottom: 3px;
    position: relative;
	text-align: right;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
.mining-table table {
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-style: hidden;
}
.mining-table th {
	padding-bottom: 15px;
}
.mining-table td {
	height: 50px;
	vertical-align: middle;
}
.mining-table td, .mining-table th {
	border: 0;
	vertical-align: middle;
}
.mining-table td img {
	padding-right: 10px;
}
.mining-table th:first-child, .mining-table td:first-child {
	text-align: left;
	vertical-align: middle;
	align-items: center;
	flex-direction: row;
	display: flex;
}
.stats-form {
	display: inline-block;
	position: relative;
	bottom: 3px;
	left: 10px;
}