/* Global Styles */
@-viewport {
  width: device-width;
}

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.3rem;
  color: Dimgray;
  background-color: Whitesmoke;
  margin: 3;
  display: block;
  overflow-anchor: none;
}

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

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

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

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

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

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

table {
  border-radius: 5px;
}

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

td {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4rem;
  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.4rem;
  color: Dimgray;
}

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

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

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

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


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

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

button {
  width: 70px;
  height: 25px;
  padding: 1px;
  font-size: 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: 1rem;
  font-weight: bold;
  line-height: 1.1rem;
  color: Crimson;
  text-decoration: none;
  border-radius: 5px;
  border-color: Crimson;
}

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

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

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

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

.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: 800px;
 background-color: Whitesmoke;
}

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

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

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

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

.column {
 flex: 1;
 padding: 2px;
 border: 0px solid black;
 border-radius: 3px;
 margin: 3px;

}

.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;
}