body {
    color: #F666666;
    background-color:#aef0f2;
    font-family: arial;
    padding: 50px;
}

h1{
    font-size:55px;
}
p{
    text-align: justify;
}

a:link{
    color:orange;
}
a:hover{
    color:red;
}

#para1, ul{
    border-style:solid;
    border-radius: 25px; 
    padding: 25px;
    background-color: white;
}

table{
    border-collapse: collapse;
    width:100%;
    border-radius:25px;
}

table td,th{
    border: 1px solid
    padding: 8px;
}

tbody tr:nth-child(even) { 
    background-color: #e4ebf2; 
    color: #000; 
  }

img{
    border-radius: 25px;
}

tr:hover {background-color: coral;}