@charset "utf-8";
/* CSS Document */

.index-grid {
    display: flex;
    margin: 10px;
}
.index-grid-item {
    display: flex;
    background-color: #E86BC7;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    height: 40px;
    width: 70%;
}
a {
	color: #F3DEEE;
}