* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #ecf5fe;
  font-family: 'Muli',sans-serif;
  margin: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
}

a {
  color: #002d4b;
  text-decoration: none;
}
	       
a:visited {
  color: #002d4b;
}
	       
.white-row  { 
             background-color: #ffffff; 
             color           : #000000; 
             font-weight     : normal ; 
            } 
 
.yellow-row { 
             background-color: #e2ffe2; 
             color           : #ff0000;
             font-weight     : bold   ; 
             border-top-color: #0000ff; 
            }

a:hover {
  color: #002d4b80;
}
	       
a:hover {
  color: #6385ac;
}

header {
  display: block; 
  width: 100%;
  color: darkblue;
  border-bottom: 2px solid #f0f0f0;
  height: 40px;
  padding: 5px;
}

footer {
  position: relative;
  height: 50px;
  text-align: center;
  color: #a0a0a0;
  bottom: 0;
  width: 100%;
  clear: both;
}

.mainContainer {
  width: 100%;
  position: relative;
  height: calc(100vh - 90px)
  margin-top: 20px;
  padding-bottom: 30px;
}

.introLogos {
  width: 100%;
  position: relative;
//  text-align: center;
  margin-top: 20px;
  margin-left: 40px;
}

.updateInfo {
  text-align: center;
  color: #a62a2a;
}

.description {
  padding: 40px;
  text-align: justify;
  text-justify: inter-word;
  font-size: 20px;
  font-family: 'Alegreya Sans', sans-serif;
}

.description h1 {
  color: #002d4c;
  margin-left: 0;
  margin-bottom: 20px;
}
