nav {
    padding-bottom: 1px;
    background-color: rgb(153, 45, 153);
    text-decoration: none;
    font-size: 25px;
    text-align: center;
}

header a:hover{
    color: rgb(3, 25, 90);
}


h1{
    font-style: italic;
    font-weight: bold;
    color: blueviolet;
    background-color: rgb(226, 215, 236);
    font-size: 30px;
    text-align: center;
    border-radius: 25px 25px;
}
h2{
    font-style: italic;
    font-weight: bold;
    color: blueviolet;
    background-color: rgb(226, 215, 236);
    font-size: 30px;
    text-align: center;
}
h3{
    font-style: italic;
    font-weight: bold;
    color: blueviolet;
    background-color: rgb(226, 215, 236);
    font-size: 30px;
    text-align: center;
}
h4{
    font-style: italic;
    font-weight: bold;
    color: blueviolet;
    background-color: rgb(226, 215, 236);
    font-size: 30px;
    text-align: center;
}
p{
    font-size: 25px;
    font-style: italic;

}
p1{
    font-size: 25px;
    font-style: italic;

}
p2{
    font-size: 25px;
    font-style: italic;

}
p3{
    font-size: 25px;
    font-style: italic;
}
p4{
    font-size: 25px;
    font-style: italic;
}

strong{
    font-weight: bold;
}
*{
    background-color: rgb(245, 226, 240);
}

img {
    width: 200px;
    height: 200px;
    display: inline-block;
    text-align: center;
    border-radius: 25px 25px;
    
 }
