*{
    background-color:rgba(203, 11, 216, 0.789);
}

.name{
    color:rgba(141, 198, 248, 0.866)
}
#degree{
    color:aliceblue
}
.head{
    margin-left:20px;
}

.outer
{color: antiquewhite;
    display:flex;
    gap:20px;
    align-items: center;
    justify-content:center;
}
.inner
{
    background-color: antiquewhite;
    padding:50px;
}

.aoi{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size:30px;
}

.about
{
    text-align: center;
}
.footer{
    background-color: aquamarine;
    text-align:center ;
}
.od{
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size:30px ;
}