*{
    margin: 0;
    padding: 0;

}

body{
    font-family: 'Courier New', Courier, monospace;
}

.c-container{
    /* background-color: lightblue; */
    height: 550px;
    width: 80%;
    margin: 140px auto;
    display: flex;


}


.c-new-contianer{
    /* background-color: aquamarine; */
   flex: 1;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin: 10px 10px;
}

.upper-head{
    background-color: yellow;
    margin: 0 0 40px 0;

}
h3{
    font-size: 34px;

}

h1{
    background-color: rebeccapurple;
    width: 50%;
    margin: 0 auto;
    border-radius: 7px;
    text-align: center;
    color: yellow;
}


.lower-section{
    background-color: white;
}

p{
    font-size: 27px;
}


.new-contact{

}

li{
    list-style-type: none;
    font-size: 27px;
}

