*{
  margin: 0;
  padding: 0;
font-family: sans-serif;
}

body{
  background-color: #FFF;
}
.container{
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.menu{
  background-color: #0d112c;
}
.menu ul{
  display: inline-flex;
  margin: 50px;
}
.menu ul li{
  list-style: none;
  margin: 0 10%;
  color: #b2b1b1;
  cursor: pointer;
}
.logo img{
  width: 64px;
  margin-top: -13px;
  margin-right: 48px;
}
.signup-btn{
  top: 70px;
  right: auto;
  position: absolute;
  text-decoration: none;
  color: #FFF;
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.signup-btn span{
  display: block;
  padding: 8px 22px;
}
.banner{
  width: 80%;
  height: 70%;
  top: 25%;
  left: 130px;
  position: absolute;
  color: white;
  text-align: justify;
  text-justify: inter-word;
}


.app-text{
  float: left;
  margin-right: 115px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 25px;
  margin: 0 30px 0 40px;
}
.app-text h1{
  font-size: 43px;
  position: relative;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-justify: inter-word;
  color: black;
}
.app-text h2{
  color: black;
}
.app-text p{
  font-size: 15px;
  line-height: 25px;
  color: #919191;
  text-align: justify;
  text-justify: inter-word;
  margin-left: 10px;
}
.app-text ul{
  margin: 50px;
  font-size: 15px;
  line-height: 25px;
}
.app-text ul li{
  font-size: 15px;
  list-style: none;
  color: #919191;
  line-height: 25px;
}
.test{
  text-align: left;
  text-justify: inter-word;
  color: #919191;
  font-size: 15px;
  line-height: 25px;
  margin: 0 40px 0 30px;
  float: justify;
  margin-left: 50px;
}



.app-picture{
  display: block;
  text-align: left;
  margin-left: -250px;
}

small{
  margin: auto 20px;
  cursor: pointer;
  font-size: 12px;
  color: #19dafa;
  letter-spacing: 3px;
}
.science-btn{
  text-decoration: none;
  background-color: #0d112c;
  color: #919191;
  cursor: pointer;
  border: none;
  text-align: center;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
}
.science-btn:hover {opacity: 0.6}

.home-btn{
  color: #919191 !important;
  text-decoration: none;
  background-color: #0d112c;
  cursor: pointer;
  border: none;
  text-align: center;
  margin: 2px;
  opacity: 1;
  transition: 0.3s;
}
.home-btn:hover {opacity: 0.6}

.news-btn{
  text-decoration: none;
  background-color: #0d112c;
  color: #919191;
  cursor: pointer;
  border: none;
  text-align: center;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
}
.news-btn:hover {opacity: 0.6}

table {
  border-collapse: collapse;
  width: 50%;
}
.inline-photo {
  border: 1em solid #fff;
  border-bottom: 4em solid #fff;
  border-radius: .25em;
  box-shadow: 1em 1em 2em .25em rgba(0,0,0,.2);
  margin: 2em auto;
  opacity: 0;
  transform: translateY(4em) rotateZ(-5deg);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  max-width: 600px;
  width: 90%;
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(-2deg);
}















.column {
  float: left;
  width: 48%;
  padding: 5px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

html,body{
  overflow-x: hidden;
  overflow-y: auto;
}
.header{
  width: 300%;
  height: 125px;
  display: block;
  background-color: #0d112c;
  position: absolute;
   left: 0;
   color: white;
   text-align: left;
   padding-top: 20px;
}
.app-text a:link {
  color: #cac7c7;
  text-decoration: none;
}
.app-text a:hover {
  color: #cac7c7;
  text-decoration: none;
}
.app-text a:active {
  color: #cac7c7;
  text-decoration: none;
}
.app-text a:visited {
  color: #cac7c7;
  background-color: transparent;
  text-decoration: none;
}
.space-btn{
  text-decoration: none;
  background-color: #0d112c;
  color: #919191;
  cursor: pointer;
  border: none;
  text-align: center;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
}
.space-btn:hover {opacity: 0.6}

.link-btn{
  color: #919191 !important;
  text-decoration: none;
  background-color: #FFF;
  cursor: pointer;
  border: none;
  text-align: center;
  margin: 2px;
  opacity: 1;
  transition: 0.3s;
}
.link-btn a:link {
  color: #cac7c7;
  text-decoration: none;
}
.link-btn a:hover {
  color: #cac7c7;
  text-decoration: none;
}
.link-btn a:active {
  color: #cac7c7;
  text-decoration: none;
}
.link-btn a:visited {
  color: #cac7c7;
  background-color: transparent;
  text-decoration: none;
}
.footer{
  margin-top:calc(10% + 60px);
  width: 300%;
  background-color: #0d112c;
  margin-left: -130px;
  color: #919191;
  text-align: left;
  display: flex;
}
.footer p {
  text-align: left;
}
.footer ul{
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: none;
  line-height: 20px;
  font-size: 15px;
}
.article{
  background-color: transparent;
}
.app-picture-news{
  display: block;
  text-align: left;
  margin-left: 20x;
}


.footer-robots{
  margin-top:calc(10% + 60px);
  width: 300%;
  background-color: #0d112c;
  margin-left: -170px;
  color: #919191;
  text-align: left;
  display: flex;
}
.footer-robots p {
  text-align: left;
}
.footer-robots ul{
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: none;
  line-height: 20px;
  font-size: 15px;
}



.footer-space{
  bottom: 0;
  position: fixed;
  width: 300%;
  background-color: #0d112c;
  margin-left: -130px;
  color: #919191;
  text-align: left;
}
.footer-space p {
  text-align: left;
}
.footer-space ul{
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: none;
  line-height: 20px;
  font-size: 15px;
}
.igor{
  width: 100%;
}