
h1 { 
color: #243EBD;
font-size: 40px;
font-family: "Carter One";
}
h2 { 
font-size: 20px;
font-family: "Sansation";
 font-weight: normal;
}

table{
border: 4px dashed purple;
border-radius: 10px;
background: linear-gradient(to bottom, cyan, #0ab7d6);
}

.tabla-estilo1 {
border: 0;
background: none;
}

tr{
font-size: 20px;
font-family: "Sansation";
}

a {
  color: #711DC4;
    font-weight: bold;
}

a:visited {
  color: #3A096B;
}

a:link {
  text-decoration: none;
}
input[type=text]{
border: 2px solid purple;
border-radius: 2px;
background-color: pink;
font-family: "Sansation";
}
input[type=email]{
border: 2px solid purple;
border-radius: 2px;
background-color: orange;
font-family: "Sansation";
}
input[type=password]{
border: 2px solid purple;
border-radius: 2px;
background-color: green;
font-family: "Sansation";
}
input[type=submit]{
border: 2px solid purple;
border-radius: 2px;
background-color: yellow;
font-family: "Sansation";
}
select{
border: 2px solid purple;
border-radius: 2px;
background-color: cyan;
font-family: "Sansation";
}
fieldset{
width: 50%;
border: 4px dashed  red;
border-radius: 10px;
background: linear-gradient(to bottom, #A6FFDB, #4AD49D);
}