.header {
  	background: rgb(24,2,31);
	background: linear-gradient(90deg, rgba(24,2,31,1) 0%, rgba(54,21,5,1) 50%, rgba(24,2,31,1) 100%);
}

:root {
    --cassiopeia-color-link: #B77314;
 /* --cassiopeia-color-hover: #954b56;*/
 /*	--cassiopeia-font-family-body: "Ubuntu", sans-serif;*/
 /* --cassiopeia-font-family-body: "Supermercado One", cursive;*/
}

body {
/*.item-101 {border: 0.5px solid #8E0781}*/
/*.item-103 {border: 0.5px solid white}*/
/* @import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap);</style>*/

/* Use the importeed font (See first lines of the document) on the page: On Google you can also find the CSS instruction for using the font. If you put this in the body element then the font will be used on the whole website. */

  	font-family: 'Ubuntu', sans-serif;
	background: rgb(24,2,31);
	background: linear-gradient(90deg, rgba(24,2,31,1) 0%, rgba(54,21,5,1) 50%, rgba(24,2,31,1) 100%);

/*background: rgb(2,0,36);*/
/*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(95,9,121,0.9612219887955182) 35%, rgba(0,212,255,1) 100%);*/
}

.center {
text-align: center;
}

.justify {
text-align: justify;
}


/* Rounded */
.rounded1,
.rounded_left1,
.rounded_right1 {
  display: block;
  padding: 1em 1.5em;
  box-shadow: 0 0 6px 0 #D6B6F4;
  border-radius: 5px;
  color: #D7CEDF;
  text-shadow: 0 1px 0 #210838;
  margin: 10px 0;
}
.rounded_left1 {
  width: 50%;
  float: left;
  margin: 20px 20px 20px 0;
}
.rounded_right1 {
  width: 50%;
  float: right;
  margin: 20px 0 20px 20px;
}
/* End rounded


/* The page footer of Cassiopeia has the class "footer" so you control it with .footer */


.footer {
	font-family: Ubuntu, sans-serif;
  	background: rgb(24,2,31);
	background: linear-gradient(90deg, rgba(24,2,31,1) 0%, rgba(54,21,5,1) 50%, rgba(24,2,31,1) 100%);
}