

.page {
    max-width: 600px;
    margin: auto;
    text-align: center;
    /*width: 90%;*/
    color: white;
    font-family: 'Nerko One', cursive;
    overflow: scroll;

}

#logo {
    width: 50px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    /*float: right;*/
}


.head {
    text-align: center;
    /*font-family: 'Rock Salt', cursive;*/
    color: rgb(165, 71, 255);
    font-size: 50px;
    margin-bottom: 30px;
}

.name {
    text-align: center;
    /*font-family: 'Rock Salt', cursive;*/
    color: #fdfcfc;
    font-size: 40px;
}

.text-center {
    margin: auto;
    text-align: center;
}


.nickel {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

.quarter {
    width: 110px;
    height: 110px;
}



.total_text {
    text-align: center;
    /*font-family: 'Rock Salt', cursive;*/
    color: #faf8f8;
    font-size: 25px;
}


.total0, .total1, .total2, .total3, .total4, .total5 {
    text-align: center;
    /*font-family: 'Rock Salt', cursive;*/
    color: #faf8f8;
    font-size: 25px;
}


.panel_no_0 {
    padding: 20px;
    background-color: tomato;
}
.panel_no_1 {
    padding: 20px;
    background-color: rgb(165, 71, 255);
}
.panel_no_2 {
    padding: 20px;
    background-color: teal;
}
.panel_no_4 {
    padding: 20px;
    background-color: tomato;
}
.panel_no_5 {
    padding: 20px;
    background-color: rgb(165, 71, 255);
}
.panel_no_3 {
    padding: 20px;
    background-color: teal;
}



#person_text {
    color: black;
}

#version_text {
    font-size: 16px;
}

.help_page {
    color: black;
    padding: 20px;
}





@media only screen and (max-width: 450px) {

    #logo {
        width: 30px;
    }

    .head {
        font-size: 40px;
    }

    #version_text {
        font-size: 12px;
    }

}
