h1{ color: greenyellow; font-size: xx-large; font-style: italic; font-family: Arial;
}
h2{ color:red; font-size: large; font-family: 'Times New Roman';
}
p{ color:blueviolet; font-size: medium; font-family: Calibri;
}
nav {padding: 1%;
        margin-bottom: 1%;
}
nav ul{
    text-align: center;
}

nav li{
    border-top: 1xp solid;
}
/* class Amey attributes */
.Amey {
    display: inline-block;
    flex-direction: column;
    align-items:flex-start;
    border: 2px solid black;
    background-color: skyblue;
    /*margin-bottom: 10px;
    border-radius: 10px;
    padding: 20px;
        */
    width: 80%;
    margin: 0 auto;
}
.Amey h2 {
    color: green;
    font-size: 24px;
    margin-bottom: 10px;
}

/* class Anchal Attributes */
.Anchal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 2px solid black;
    border-radius: 10px;
    background-color:chartreuse;
    margin-bottom: 10px;
    width: 20%;
}
.Anchal h1 {
    color:red;
    font-size: 32px;
    margin-bottom: 10px;
}
.Anchal h2 {
    color:blue;
    font-size: 28px;
    margin-bottom: 10px;
}

.Anchal p {
    color:black;
    font-size: 20px;
    margin-bottom: 10px;
}
