/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

.header {
  height: 100px;
  text-align: center;
  background-color:#a1a4eb;
}

.footer {
  height: 50px;
  font-size: 15px;
  text-align: center;
  background-color:#a1a4eb;
  width: 100%;
  margin-top: 1%;
  justify-content: center;
  display: flex;
}

.column {
  float: left;
  margin-right: 5px;
  color: #5e21d9;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#editable_body {
  display: flex;
  justify-content: center;
}

body {
  font-family: "Trebuchet MS", sans-serif;
  background-color: #a1bdff;
  background-image: url("./pics/yeye-fundo.png");
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 0;
  overflow-y: scroll;
}

h1 {
  font-weight: bold;
  color: #5e21d9;
  font-family: 'Courier New', monospace;
  font-size: 22px;
  margin: 0;
}

marquee {
 margin-bottom:1em;
 box-sizing: content-box;
 width: 100%;
 background-color:#fff;
  border-right:none;
}

small {
  font-family: "Trebuchet MS", sans-serif;
  margin-top: 1%;
  display: inline-block;
}

text {
  margin: 2%;
  display: inline-block;
}

progress {
  margin: 20px;
}

label {
  margin:10px;
}

li {
  margin-left:10%;
}

b {
  color:#fa5a75;
}

#basic_intro {
  background-color:#a1bdff;
/*  border:solid;
  border-width:1px; */
  width:20%;
/*  border-radius: 10px; */
  margin-right: 15px;
/*  box-shadow: 5px 5px #7757f2; */
  text-align: center;
}

#body {
  background-color:#c9d9ff;
  width:50%;
  border-radius: 10px;
  border:solid; 
  border-color: #5a5afa;
  border-width:1px; 
/*  box-shadow: 5px 5px #7757f2; */
  margin-right: 15px;
  
}

#right_column {
  background-color:#a1bdff;
/*  border:solid;
  border-width:1px; */ 
  width:20%;
  border-radius: 10px;
  margin-right: 15px;
/*  box-shadow: 5px 5px #7757f2; */
  text-align: center;
}

#links {
 width: 50%;
 text-align:center;
 margin-left: 25%;
 margin-bottom: 25px;
 margin-top:15px;
 border-radius: 25px;
}

a {
    text-decoration: none;
    line-height: 30px;
    margin: 10px 0 0;
    margin-top: 25px;
    text-align: center; 
  font-size:25px;  
    color: #e6f4ff;
    text-shadow: -1px -1px 0 #ff789c, 1px -1px 0 #ff789c, -1px 1px 0 #ff789c, 1px 1px 0 #ff789c;
}

a:hover {
    color: black;
    background-color: #f9f871;
/*  box-shadow: 5px 5px #5fcde4; */
}

.list-item {
  font-size: 15px;
}

#links a {
    background-color:#a338d1;
    display: block;
    color: #a1bdff;
    text-decoration: none;
    line-height: 30px;
    margin: 10px 0 0;
    text-align: center;
  border-radius: 5px;
/*  box-shadow: 5px 5px #420f80; */
}
#links .selected {
    color: #7757f2;
    font-weight: bold;
}

#links a:hover {
    color: black;
    background-color: #f9f871;
/*  box-shadow: 5px 5px #8aaa45; */
}

#img_preview {
  width: 75%;
  text-align: center;
  border-radius: 5px;
  box-shadow: 5px 5px #7757f2;
}
#img_preview:hover {
  box-shadow: 5px 5px #f9f871;
}

#title {
  color: #d7b6fc;
    background-color: #7757f2;
    height: 50px;
    text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-shadow: 2px 2px #420f80;
}


#title_page {
  color: #fcb3d8;
    background-color: #f257b9;
    height: 50px;
    text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-shadow: 2px 2px #420f80;
}

#title_left {
  color: #bbc1fa;
    background-color: #5761f2;
    height: 25px;
    text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-shadow: 2px 2px #420f80;
}

#card {
  background-color:#c1bbfa;
  border-radius: 5px;
  width: 95%;
 margin: 2.5%;
 margin-top: 2%;
}


#card_left {
  background-color:#bbc1fa;
border-radius: 5px;
width: 95%;
 margin: 2.5%;
 margin-top: 2%;
/* height:100px; */
/*  overflow-y: scroll; */
}

#header_links {
  margin-right: 2%;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 15px;
  top: 50%;
  left: 50%;
  
}

#footer-text {
  font-weight: bold;
  color: #5e21d9;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 20px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
}
