   <style>
       


a:link {
            color: rgb(232, 169, 179);
            background-color: transparent;
            text-decoration: none;
        }
        a:visited {
            color: rgb(232, 169, 179);
            background-color: transparent;
            text-decoration: none;
            
        }
a:hover{
   color: rgb(208, 235, 235);
    background-color: transparent;
    text-decoration: none;
}

div {
    margin: auto;
    margin-top: 100px;
    width: 50%;
    border: 5px solid rgb(232, 169, 179);
    padding: 10px;
  
    
        
      
}
ul{
                    list-style-type:none;
                    margin: 0;
                    padding: 0;
                    
                }
                
                a:link {
            color: rgb(232, 169, 179);
            background-color: transparent;
            text-decoration: none;
        }
        a:visited {
            color: rgb(232, 169, 179);
            background-color: transparent;
            text-decoration: none;
            
        }
a:hover{
   color: rgb(208, 235, 235);
    background-color: transparent;
    text-decoration: none;
}

body {
    background-color:#fafdfd
}


    </style>

    