p{
    font-family: Quicksand, Arial, Helvetica, sans-serif;
}
.title{
    color: rgba(101,58,41,255);
    font-weight: 700;
    text-align: center;
    font-size: 55px;
    margin-top: 0px;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    background-color: rgba(252,247,241,255);
    height: 100px;
    z-index: 10;
}
.headerbar{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 85px;
    background-color: rgba(252,247,241,255);
    height: 50px;
    z-index: 10;
}
.headertitles{
    margin-left: 22px;
    margin-right: 22px;
    color: rgba(101,58,41,255);
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    background-color: rgba(252,247,241,255);
    transition: color 1s, background-color 1s, box-shadow 1s;
    border-radius: 8px;
    z-index: 10;
}
.headertitles:hover{
    background-color: rgba(101,58,41,255);
    color: rgba(252,247,241,255);
    font-weight: bold;
    box-shadow:0px 5px 10px rgba(0, 0, 0, .15);
    z-index: 10;
}
.headerblanks{
    margin-left: 2px;
    z-index: 10;
}
.button{
    margin-left: 22px;
    margin-right: 22px;
    color: rgba(101,58,41,255);
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    background-color: rgba(252,247,241,255);
    transition: color 1s, background-color 1s, box-shadow 1s;
    border-radius: 8px;
}
.button:hover{
    background-color: rgba(101,58,41,255);
    color: rgba(252,247,241,255);
    font-weight: bold;
    box-shadow:0px 5px 10px rgba(0, 0, 0, .15);
}