h1 {
    color: rgb(26, 173, 218);
    font-size: 56pt;
    text-align: center;
}
img {
    width: 200px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgb(255, 166, 0);
}
img:hover {
    box-shadow: 0px 0px 5px rgb(43, 250, 233);
}
body {
    background-color: rgb(255, 237, 70);
    
}
p {
    color: rgb(8, 10, 107);
    text-align: center;
    color: rgb(54, 223, 209);
    font-size: x-large;
}