﻿body   
{
    background: #FFFFFF;
    font-size: 48px;
    font-family: Georgia, serif, "Comic Sans MS", cursive, sans-serif;
    font-weight:bold;
    margin: 0px;
    padding: 0px;
    color: #000000; /* font color of the website */
}

.round-button {
    display:block;
    width:50px;
    height:75px;
    line-height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #6B462A;
    box-shadow: 0 0 3px gray;
    font-size:40px;
    font-weight:bold;
    cursor:pointer;
    padding-top:15px;
}

.round-button:hover {
    background: #000000;
}
