

h2{font-size: 20px}

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

ab {
  outline-color: transparent;
}

ab:link {
  color: yellow;
}

ab:visited {
  color: yellow;
}

ab:focus {
  text-decoration: none;
  color: DeepPink;
}

ab:hover {
  text-decoration: none; 
  color: RoyalBlue;
}

ab:active {
  background: CornflowerBlue;
  color: #cdfeaa;
}



a {
  outline-color: transparent;
}

a:link {
  color: DeepPink;
}

a:visited {
  color: DeepPink;
}

a:focus {
  text-decoration: none;
  color: yellow;
}

a:hover {
  text-decoration: none; 
  color: RoyalBlue;
}

a:active {
  background: CornflowerBlue;
  color: #cdfeaa;
}

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

table {
  table-layout: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  width: 55%;
  }
  
  textarea{
    border-radius:20px;
    width: 500px;
    height:90px;
    margin:20px;
    background-color: Cornflowerblue;
    border-color: HotPink;
  }

.hitler{
    border-radius:50px;
     width: 500px;
    height:50px;
    margin:20px;
    background-color: Cornflowerblue;
    border-color: HotPink;
  }
  
 article {
  border-radius: 50px;
  padding: 30px;
  width: 500px;
  height: 120px;
  margin: 20px;
  background-color: DeepPink;
  background-image: linear-gradient(to bottom right, deepPink , hotPink);
  overflow-x:none;
  overflow-y:auto;
}   
 .scrollable-content::-webkit-scrollbar {
  display: none;
}
.simple {
  box-shadow: 10px 5px 5px khaki;}
h1{font-size: 80px}
h1 {color: RoyalBlue}
p{font-family: Segoe UI}
