h1{
    text-align: center;
    font-family: 'Fredoka One', cursive;
    color: #737373;
    font-size: 3em;
    margin-top: 20px;
}
.page-sub-title{
    text-align: center;
    font-family: 'Fredoka One', cursive;
    color: #9c9a9a;
    font-size: 1em;
    margin-top: 15px;
}
.center-column{
    margin: auto;
    padding-top: 10px;
    width: 40%;
}
.white-panel{
    background-color: white;
    border-bottom: 1px solid #dcdcdc;
    margin: 10px;
    padding: 20px;
    font-family: 'Fredoka One', cursive;
    color: #9e9e9e;
}
.white-panel h1{
    text-align: left;
    color: #737373;
}
.circle-button{
    font-size: 10pt;
    color: #737373;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}
.circle-button:focus{
    outline:0;
}
.expand{
    vertical-align: text-top;
    position: absolute;
    top: 0px;
    right: 0px;
}
.expand:hover{
    width: auto;
}
.expand:hover::after{
    content: attr(data-text);
}