*{
    margin: 0; padding: 0; border: 0; box-sizing: border-box; 
}
body {
    font-family: sans-serif;
    color:rgb(93, 28, 153);
    background:linear-gradient(rgb(51, 63, 51),rgb(179, 214, 214));
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

h1{
    
    
    color: chocolate;
    text-shadow: 5px 0px rgb(128, 0, 0);
    font-size: 60px;
    border-radius: 25% 10%;
    

}

a{
    color:#14080e ;
    font-style: italic;
    font-weight: bold;
}


p{
    font-size: 15px;
}
