.box
{
    width: 120px; 
    border-radius: 10px; 
    padding: 10px;
}

.box-create
{
    background-color: #87CEFA;
}

.box-write
{
    background-color: #90EE90;
}

.box-view
{
    background-color: #F0E68C;
}

.text-center
{
    text-align: center;
}

.box-center
{
    display: flex; 
    justify-content: center;
}

.no-border
{
    border: none;
}

.box-title
{
    font-size: 1.17em;
    font-weight: bold;
    color: black;
}

.box-link:hover
{
    text-decoration: none;
}

.w-100
{
    width: 100%;
}

.p-20
{
    padding: 20px;
}

.in-row
{
    display:flex; 
    flex-flow: row;
}