    body {
        background-color: darkcyan;
        padding: 100px;
    
    }
    h1 {
        color: aliceblue;
        font-family: helvetica;
        letter-spacing: 15px;
        text-transform: uppercase;
        text-align: center;
        font-size: 100px;
    }
    h2 {
        color:aliceblue;
        font-family: helvetica;
        text-transform: uppercase;
        font-size: 35px;
        text-align: center;
    }
    p {
        color:aliceblue;
        font-family: helvetica;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
    }
    a {
        color: aliceblue;
        
    }
    a:hover{
        color:hotpink;
    }
    img {
        border: 4px solid;
    }
        
