h1{
    font-style: italic;
    font-weight: bold;
    color: rgb(3, 1, 1);
    text-align: center;
    text-decoration: double;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
    background-color: #fcced4;
}
p{
    color: rgb(10, 7, 8);
    text-align: center;
    text-decoration: double;
    border: 1px solid #000000;
    border: double;
    border-right-color: #8a94ec;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
    font-size: 20px;
    background-color: rgba(120, 36, 238, 0);
}
*{
    background-color: beige;
}
nav {
    padding-bottom: 15px;
    background-color: rgb(135, 79, 220);
    text-align: center;

}

header a:hover{
    color: rgb(31, 4, 83);
}
a{
    text-decoration: none;
    color: rgb(187, 6, 109);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
img {
    text-decoration: double;
    text-align: center;

}