/*
 * Author:        Pierre-Henry Soria <ph7software@gmail.com>
 * Copyright:     (c) 2012-2019, Pierre-Henry Soria. All Rights Reserved.
 * License:       GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory.
 */

.heart {
    background: url(../img/heart.png) no-repeat;
    font: 55px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: yellow;
    height: 140px;
    width: 250px;
    font-weight: bold;
    padding-top: 65px;
    box-sizing: content-box;
}

.calculator-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
