body {
    background-color: black;
}


#cook, #target, #internal{
    font-size: 100px;
    color: white;
}

#cookName {
    font-size: 150px;
    font-family: Roboto,arial,sans-serif;
}
 
.label{
    font-size: 60px;
    color: white;
    font-family: Roboto,arial,sans-serif;
    text-align: center;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}


.centeredInDiv {
    position: relative;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

/* Float four columns side by side */
.column {
    float: left;
    width: 25%;
    padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}

#counter {
    /* height: 100px; */
    color: white;
    font-size: -webkit-xxx-large;
}

h3 {
    font-size: 3.17em;
    margin-block-end: 0em;
}

.data{
    font-size: large;
    margin-block-end: -10px;
}