.colr{
	color: #a3c1ad; /* Pastel green */
}

.box{
    padding: 20px;
    color: #a3c1ad; /* Pastel green */
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    border-radius: 0;
    border:3px solid rgba(0,0,0,.70);
    margin-top: 10px;

}
.box:hover{
    color: #fff;
    background-color: #a3c1ad; /* Pastel green */
    border-color: #a3c1ad; /* Pastel green */
    transition: 0.5s;

}

.icon-menu{
	font-size: 100px;
}
a{
	text-decoration: none !important;
}

body {
    background-color: #f4f4f9; /* Light grey background for a clean look */
    color: #333; /* Dark text for readability */
    font-family: 'Arial', sans-serif;
}
.content-section {
    padding: 60px 0;
}
.box {
    padding: 20px;
    color: #333;
    background-color: #fdfd96; /* Pastel yellow */
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: all 0.3s ease;
}
.box:hover {
    background-color: #ffb6c1; /* Pastel pink */
    transform: translateY(-3px);
}
.icon-menu {
    font-size: 60px;
    margin-bottom: 10px;
    color: #b39eb5; /* Pastel purple */
}
h3, h1 {
    color: #333;
}
