#catname {
    font-size:80px;
    font-family: 'Bree Serif';
}
h1{font-family: 'Bree Serif';}

body{
    color:#fff;
    background:#222;
}

input[type=button]{
    margin-top: 40px;
    border:none;
    font-family: 'Bree Serif';
    color: #222;
    background-color: #fff;
    font-size:20px;
    height:50px;
}
