body {
    background-color: white;
    padding: 0;
    margin: 0;
}

.chewpic {
    width: min(200px);
    height: auto;
    display: block;
    margin: auto;
}

.friend {
    text-align: center;
    font-family: 'Cinzel', serif;
}

.headerDiv {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    border-bottom: 3px solid lightgrey;
    white-space: nowrap;
}

.homeLink a {
    text-decoration: none;
}

.homeLink {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.headerText{
    color: darkgrey;
    font-family: 'Cinzel', serif;
    text-align: center;
}

.menuButto {
    font-size: 30px;
    color: black;
    cursor: pointer;
    font-family: 'Cinzel', serif;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(180, 180, 180, 0.9);
    overflow-x: hidden;
    padding-top: 30px;
    transition: 0.7s;
}

.sidebarLink {
    padding: 6px 6px 6px 20px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: block;
    transition: 0.4s;
}

.sidebarLink:hover {
    color: white;
}

.sidebar .closeSidebar {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidebarFooter {
    position: absolute;
    height: 180px;
    bottom: 0;
    width: 100%;
}

.footerText {
    padding-left: 6px;
}

.text {
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.textLeft {
    font-family: 'Lato', sans-serif;
    padding-left: 5px;
}

.headerNorm {
    font-family: 'Cinzel', serif;
    padding-left: 5px;
}

.chewError {
    background-color: rgba(255, 104, 104, 50);
    padding: 8px;
    padding-left: 10px;
    margin-top: 5px;
    width: 300px;
    margin-left: 10px;
    color: white;
    font-family: 'Lato', sans-serif;
    border-left: 6px solid red;
}

.chewGood {
    background-color: rgba(122, 255, 142, 50);
    padding: 8px;
    padding-left: 10px;
    margin-top: 5px;
    width: 300px;
    margin-left: 10px;
    color: black;
    font-family: 'Lato', sans-serif;
    border-left: 6px solid green;
}

.oldHPLink {
    font-size: 16px;
}

.chewFHead {
    text-align: center;
    font-family: 'Cinzel', serif;
    margin-top: -10px;
    margin-bottom: -5px;
}

.chewFLink {
    text-decoration: none;
    color: black;
}

.chewFHeadLoginSignup {
    margin-top: -28px;
    margin-left: 90%;
}
