body{margin: 0;}

header{
    background-image:url(../image/background\ mars.avif);
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;}


h1{font-family:audiowide;
   color: white;
   font-size: 235px;
   -webkit-text-stroke: 2px #E33D17;
   margin-bottom: 0;
   padding-right: 20px;}

p {margin: 0;
  font-family: raleway;
  color: white;
  font-size: 24px;
padding-right: 20px;}

a{color:#E33D17;
font-family: raleway;
font-size: 40px;
padding-right: 20px;}

a:hover{color:white;}

#logo{height: 100px;
  display: flex;
  align-items: center;
  padding-left: 20px;}

#navbar{font-size: 27px;
  color: #E33D17;
  font-family: raleway;
  margin-right: 20px;}

#navbar:hover{color:white;}

nav{display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;}

#mars{height: 900px;
    width: 1600px;}

.apropos{background-color: black;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 0;
    height: 900px;
    display: flex;
    align-items: center;
  }

#titre{
  display: flex;
  flex-direction: column;
  align-items: end;}

h2{color: white;
  font-family: raleway;
  font-size: 40px;
  padding-left: 20px;
  margin:0;}
                                                       
.apropos p{font-family: raleway;
  font-size: 32px;
  margin:0;
  padding: 20px;}

#text{width:70%;
  margin-left: 200px;
}


.expect{
  background-size: cover;
  background-image: url(../image/photoshop-Mars.png);
  height: 900px;
  background-color:black;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;}

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

h3{color: white;
  margin:0;
  font-family: raleway;
  font-size: 36px;
  padding-left: 20px;}

h4{font-family: audiowide;
  font-size: 60px;}

#info{font-family: raleway;
   font-size: 35px;}


#day{
    color: white;  
    font-family: raleway;
    height: 200px;
    width: 500px;
    display: flex;
    flex-direction: column;}

#moons{color: white;  
    font-family: raleway;
    height: 200px;
    width: 500px;
    display: flex;
    flex-direction: column;}

#times{color: white;  
    font-family: raleway;
    height: 200px;
    width: 500px;
    display: flex;
    flex-direction: column;}

.info{
   height: 200px;
   display: flex;
   flex-direction: row;
   align-items:center;
   justify-content: center;}

#ingenuity{
    background-image: url(../image/engenuity.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
    margin: 0;}

#meet{font-family: audiowide;
    font-size: 80px;
    color:#E33D17;
    position:absolute;
   top: 3310px;
    left: 610px;}

button{color:white;
  height: 92px;
  width: 296px;
  background-color: #E33D17;
  font-size: 35px;
  position: absolute;
  top: 3415px;
  left: 818px;}


  button:hover{background-color: white;
  color: #E33D17;}
  

footer{background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  color: white;}

#privacy{font-family: raleway;
font-size: 24px;}

#reference{font-family: raleway;
font-size: 24px;}













