/* Global Styles */
@viewport {
  width: device-width;
  height: 100%;
  zoom: 1.0;
  user-scalable: yes;
}

html {
  font-family: Roboto, Arial, sans-serif;
  font-size: 2.0vh;
}

body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2rem;
  color: Dimgray;
  background-color: Whitesmoke;
  margin: 3;
  display: block;
  overflow-anchor: none;
}

H1 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3rem;
  color: Darkslategray;
  text-align: center;
  display: inline;
}

H2 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3rem;
  color: Darkslategray;
  text-align: center;
  display: inline;
}

H3 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3rem;
  color: Darkslategray;
  text-align: center;
  display: inline;
}

H4 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3rem;
  color: Darkslategray;
  text-align: center;
  display: inline;
}

H5 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3rem;
  color: Darkslategray;
  text-align: center;
  display: inline;
}

H6 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3rem;
  color: Darkslategray;
  text-align: center;
}

table {
  border-radius: 5px;
  border: 1;
}

table:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

td {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3rem;
  color: Dimgray;
}

td:hover {
  box-shadow: 0px 0px 1.3rem rgba(15, 40, 40, 0.5);
}

p {
  text-indent: 1.3rem;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3rem;
  color: Dimgray;
}

p:hover {
  text-indent: 1.3rem;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3rem;
  color: Black;
}

li {
  text-indent: 2px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3rem;
  color: Dimgray;
  text-align: left;
}

li:hover {
  text-indent: 2px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3rem;
  color: Black;
  text-align: left;
}

a {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3rem;
  color: Crimson;
  text-decoration: none;
}

.menu {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3rem;
  color: Crimson;
  text-decoration: none;
}

.menu:hover {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3rem;
  color: Crimson;
  text-decoration: none;
}

button {
  width: 70px;
  height: 25px;
  padding: 1px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.1rem;
  color: Crimson;
  text-decoration: none;
  border-radius: 5px;
  border-color: Crimson;
}

button:hover {
  width: 70px;
  height: 25px;
  padding: 1px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.1rem;
  color: Crimson;
  text-decoration: none;
  border-radius: 5px;
  border-color: Crimson;
}

img {
  padding: 1px;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}

.title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  height: auto;
  background-color: White;
}

.logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  height: 100px;
  background-color: White;
}

.text-center {
  text-align: center;
}

.dashboard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  height: auto;
  background-color: White;
}

.text-dashboard {
  white-space: nowrap;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  color: Darkslategray;
  text-decoration: none;
  display: inline;
  padding: 6px;
}

.text-dashboard:hover {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  color: Crimson;
  text-decoration: underline solid Crimson;
  display: inline;
  padding: 6px;
}

.text-news {
  white-space: nowrap;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  color: Darkslategray;
  text-decoration: none;
  display: inline;
}

.text-news:hover {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  color: Crimson;
  text-decoration: underline solid Crimson;
  display: inline;
}

.column {
  flex: 1;
}

.news {
  display: flex;
  flex-direction: row;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: auto;
  height: 360px;
  background-color: Whitesmoke;
}

.news-column {
  order: 0;
  flex-grow: 0;
  flex: 1;
  flex-basis: auto;
  border: 1px solid black;
  border-radius: 5px;
  min-width: 350px;
  max-width: 355px;
  min-height: 450px;
  max-height: 455px;
  padding: 7px;
  margin: 7px;
  background-color: Red;
}

.table {
  flex: 1;
}

.td {
  padding: 7px;
  border: 1px solid dimgray;
  border-radius: 5px;
  background-color: White;
  margin: 10px;
  width: auto;
  height: auto;
}

.td:hover {
  padding: 7px;
  border: 1px solid dimgray;
  border-radius: 5px;
  background-color: White;
  margin: 10px;
  width: auto;
  height: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.investing {
  padding: 7px;
  border: 1px solid dimgray;
  border-radius: 5px;
  background-color: White;
  margin: 10px;
  width: auto;
  height: auto;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px;
  grid-auto-rows: 100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer {
  display: flex;
  flex-direction: row;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.footer-column {
  order: 0;
  flex-grow: 0;
  flex: 1;
  flex-basis: auto;
  border: 1px solid dimgray;
  border-radius: 5px;
  min-width: 350px;
  max-width: auto;
  height: 100px;
  padding: 3px;
  margin: 3px;
  background-color: Whitesmoke;
}

.webp {
 padding: 2px;
 margin: 2px;
 border: 0;
 border-radius: 3px;
 width: auto;
 height: 85px;
 float: left;
 flex-shrink:1
}