.box {
    margin-bottom: 0.1rem;

}

/*figure {*/
/*    margin-top: 1rem;*/
/*}*/
/**/
/*.grid-item-2 {*/
/*    align-content: center;*/
/*    margin-top: 6rem;*/
/*}*/

a:link {
    color: #000000;
}

a.transform:hover {
    color: #7e0000;
    /*background-color: #8d8d8d;*/
}

div.arrow_right {
    text-decoration: #7e0000;
    background-color: #f0f0f0;
    /*border: 1px solid rgba(166, 83, 96, 1);*/
    position: fixed;
    right: 280px;
    bottom: 18rem;
    transition: transform 1s;
}

div.arrow_left {
    background-color: #f0f0f0;
    /*border: 1px solid rgba(166, 83, 96, 1);*/
    position: fixed;
    left: 280px;
    bottom: 18rem;
    transition: transform 1s;
}

p {
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 3rem;


}

.grid-item {
    /*background-color: rgba(255, 255, 255, 0.8);
    /*border: 1px solid rgba(0, 0, 0, 0.8);
    /*padding: 2px;*/
    font-size: 30px;
    /*text-align: center;*/
    margin-bottom: 1rem;
    margin-top: 1rem;
    /*max-width: 100%;*/
    /*height: auto;*/
    cursor: default;
}