
h1{
    color:blue;
}

h2{
    color:red;
}

h3{
    color:rgb(255, 183, 0);
}

img {
    width: 300px;
    height: auto;
    text-align: center;
}

p {
    color :blueviolet
}

h1 {
            text-align: center;
            margin-top: 20px;
            margin-bottom: 50px;
            text-shadow: 0 0 10px rgb(255, 177, 59);
        }

         body {
            background-color: #ffffff;
            color: white;
            font-family: Arial, sans-serif;
        }

