*
{
    font-family: sans-serif;
    text-decoration: none;
    color: #7feffa;
    
}
body
{
background-image: url(materialdictionary206_144.jpg);
background-size: cover;
}
.menu>a
{
border: 2px outset #7feffa;
display: inline-flex;
padding: 10px;
}
.menu>a:hover
{
color: #143989;
background-color: #7feffa;
text-decoration: none;
}
.box
{
    text-align: center;
margin-left: 20%;
width: 60%;
border: 2px outset #143989;
/* background-color: #187cda; */
background: rgba(18, 124, 218, 0.8);
}
.dunmeshi
{
font-weight: bold;
}
img
{
     width: 15%;
    border: 2px groove #7feffa; 
}
.reg>a
{
font-weight: bold;
font-size: 1.17em;
}
a:hover
{
text-decoration: underline;
}
.bod
{

display: inline-block;
}
/* .bod>h3
{
text-align: left;
margin-left: 12%;
} */
.bod>ul
{
float: left;

}
.bod>img
{
float: right;
width: 20%;
margin: 25px;
}
.babies>img
{
width: 300px;
height: 300px;
}
.contact>p
{
font-weight: bolder;
}
span:hover
{
color: pink;
cursor: default;
}
@media only screen and (max-width: 600px) {
.box
{
margin-left: 10%;
width: 80%;
}
.babies>img
{
width: 150px;
height: 150px;
}
.bod>ul
{
float: auto;
margin:10%;
margin-top: 5%;
margin-bottom: 5%;
}
.bod>img
{
float: left;
width: 50%;
margin-left: 25%;
}
}