/* 
selector{
    propiedad:valor;
} 
*/

/* HTML */

html {
  background: linear-gradient(
    -225deg,
    rgb(183, 248, 219) 0%,
    rgb(80, 167, 194) 100%
  );
  width: 100%;
  font-family: "JetBrains Mono", monospace;
}

body {
  margin: 0px;
  width: 100%;
}

/* ESTILOS GENERALES */

header {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

h1 {
  font-family: "JetBrains Mono", monospace;
  font-size: 300%;
  font-weight: light;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 2px 2px 1px rgb(80, 167, 194);
}

h2 {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 1px rgb(80, 167, 194);
}

/* NAVEGACION */

.pizza {
  margin-top: 60px;
  text-align: center;
}

.pizza a {
  text-decoration: none;
  padding: 20px;
  border: 1px solid rgb(80, 167, 194);
  color: #000;
  border-radius: 15px;
  background: #fff;
  transition: all 200ms ease-in-out;
}

.pizza a:hover {
  background: rgb(183, 248, 219);
  transition: all 200ms ease-in-out;
}

.rotulo {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8rem;
  color: #000;
  padding: 10px;
  border: 1px solid rgb(80, 167, 194);
  color: #000;
  border-radius: 15px;
  background: #fff;
  transition: all 200ms ease-in-out;
  margin-top: 5px;
}

/* CUERPO DEL HTML */

.section {
  padding-top: 10px;
}

section,
.section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

main {
  background: #fff;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  border: 1px solid rgb(80, 167, 194);
  margin-top: 55px;
  padding-top: 0px;
  margin-bottom: 50px;
}

article {
  width: 33%;
}

section h1,
.section h1 {
  text-align: center;
  font-family: "JetBrains Mono", monospace;
  margin-top: 10px;
  font-size: 100%;
  color: rgb(80, 167, 194);
  text-shadow: initial;
  text-transform: uppercase;
  font-weight: bolder;
}

section h2,
.section h2 {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 1px rgb(80, 167, 194);
  width: 98%;
  margin-top: -1px;
  padding: 25px;
  background: linear-gradient(
    -225deg,
    rgb(80, 167, 194) 0%,
    rgb(183, 248, 219) 100%
  );
  border-bottom: 1px solid rgb(80, 167, 194);
  border-top: 1px solid rgb(80, 167, 194);
}

section img,
.section img {
  border-radius: 100px;
  max-width: 180px;
  width: 100%;
  height: auto;
  border: 10px solid #fff;
  box-shadow: 0 0 0 1pt rgb(80, 167, 194);
}

.section article ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

article li {
  text-decoration: none;
  padding: 15px;
  border: 1px solid rgb(80, 167, 194);
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(
    -225deg,
    rgb(80, 167, 194) 0%,
    rgb(183, 248, 219) 100%
  );
  transition: all 200ms ease-in-out;
  list-style-type: none;
  font-size: 0.8rem;
  display: block;
  margin: 10px;
  font-family: "JetBrains Mono", monospace;
  word-break: break-all;
  text-shadow: 1px 1px 1px rgb(80, 167, 194);
}

aside {
  padding: 30px;
  float: right;
  font-weight: bold;
  font-size: 1rem;
  background: linear-gradient(
    -225deg,
    rgb(80, 167, 194) 0%,
    rgb(183, 248, 219) 100%
  );
  text-align: center;
  border-top: 1px solid rgb(80, 167, 194);
  width: 100%;
  margin-top: 20px;
}

aside h3 {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 1px rgb(80, 167, 194);
  margin-bottom: 0px;
}

article a,
aside a {
  text-decoration: none;
  font-size: 0.8rem;
  color: #000;
  text-decoration: none;
  padding: 10px;
  border: 1px solid rgb(80, 167, 194);
  color: #000;
  border-radius: 15px;
  background: #fff;
  transition: all 200ms ease-in-out;
  line-height: 50px;
}

.four a,
.four a:hover {
  border: none;
  border-radius: none;
  background: none;
  transition: all 200ms ease-in-out;
  line-height: 50px;
}

article a:hover,
aside a:hover {
  background: rgb(183, 248, 219);
  transition: all 200ms ease-in-out;
}

aside p {
  margin: 0px;
}

footer {
  background: #fff;
  font-size: 0.6rem;
  padding: 10px;
  text-align: center;
  border-top: 1px solid rgb(80, 167, 194);
}

footer p {
  margin: 0px;
}

footer a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 0.8rem;
}
