

 button{
    border-radius:50px;
     width: 500px;
    height:50px;
    margin:20px;
    background-color: Cornflowerblue;
    border-color: HotPink;
  }h1{font-size: 80px}
h1 {font-family: Copperplate}
h1 {color: RoyalBlue}

p2{
  font-size: 20px;
  color:yellow;
}

article {
  border-radius: 50px;
  padding: 30px;
  width: 500px;
  height: 50px;
  background-color: DeepPink;
  background-image: linear-gradient(to bottom right, deepPink , hotPink)
}
.simple {
  box-shadow: 10px 5px 5px khaki}
h1{font-size: 80px}
h1 {font-family: copperplate}
h1 {color: RoyalBlue}
p{font-family: Segoe UI}

h3 {color: CornflowerBlue}

table {
  table-layout: fixed;
  padding: 30px;
  width: 60%}
  
a {
  outline-color: transparent;
}

a:link {
  color: DeepPink;
}

a:visited {
  color: DeepPink;
}


a:hover {
  color: RoyalBlue;
}
td,
th {
  padding: 10px 20px;
}

     
      button{
    border-radius:50px;
     width: 500px;
    height:50px;
    margin:20px;
    background-color: Cornflowerblue;
    border-color: HotPink;
  }
   
   
   p2{
  font-size: 20px;
  color:yellow;
}