html {
    min-height: 100%;
    background-color: black;
}

body {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 9rem;
    line-height: 5rem;
}

span#previous-wattage {
	font-size: 3rem;
}

h2 {
    font-size: 4rem;
}

.main-content {
    margin: 0 auto;
    width: 80%;
}

.detail-content {
    margin-top: 100px;
}

.detail-content table td {
    padding-right: 10px;
    font-size: 2.4rem;
    padding-bottom: 5px;
}
