 h1{
        text-align: center;
        text-decoration-line: underline;
        font-style: oblique;
        color: #f2ca52;
    }
    p{
        color: rgb(117, 196, 132);
    }
     .image{
        text-align: center;
    }
    a:link {
        margin-bottom: 10px;
        margin-left: 10px;
        background-color: #f2ca52;
    }
    #image{
        height: 100px;
        width: 100px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
   body {
        color:white ;
    }

