

p:hover {
    background: purple;
    color: rgb(225, 255, 0);
}

h5:hover {
    background: purple;
    color: rgb(225, 255, 0);
}

p {
    background: rgb(29, 4, 74); 
    text-align: center;
    color: aliceblue;
}
h1 {
    color: rgb(242, 198, 36);
    font-style: italic;
    text-align: center;
    font-size: 150px;
    text-decoration: underline;
}

h5 { 
    color: rgb(242, 198, 36); 
    text-align: center;
}
img {
    display: block;
    margin: auto;
    border: 5px solid rgb(242, 198, 36);
}
body {
    background-color: rgb(76, 6, 103);
}
h3 {
    text-align: center;
}
h4 { 
    color:aqua;
    text-indent: 50px;
}
li {
    color:antiquewhite; 
    text-indent: 20px;
    text-align: center;
}
a {
    text-align: center;
    color: aliceblue;
}

button { 
    display: block;
    padding: 10px;
    background-color: blue;
    color: yellow; 

}

.yes {
    color:rgb(222, 236, 222);
    text-transform: uppercase;
    font-family:monospace; 
    text-align: left;
    
}
