body {
    background-color: rgb(225, 62, 62);
    }
    h1 {
        text-align: center;
        color: whitesmoke;
        font-family: 'Trebuchet MS', sans-serif;
        text-shadow: 5px 5px 5px grey;
    }
    h2 {
        text-align: center;
    }
    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 10px double blanchedalmond;
        height: 200px;
    }
    a {
        color: rgb(38, 218, 32);
        text-decoration: none;
        font-style : italic;
        text-shadow: 5px 5px 5px grey;
        
    }
    p {
        color: rgb(38, 218, 32);
        font-style : italic;
        text-shadow: 5px 5px 5px grey;
        font-size: 20px;
        text-align: center;
        font-family: 'Trebuchet MS', sans-serif;
        background-color: rgb(8, 12, 35);
        border-radius: 10px;
        padding: 10px;
        margin: 20px;
    }
    input {
        margin: 10px;
        padding: 5px;
        border-radius: 5px;
        border: 2px solid rgb(32, 172, 218);
        background-color: rgb(8, 12, 35);
        color: rgb(255, 255, 255);
    }