
    

header {
    height: 100vh;
    background-image: url(../images/font001_mars.png);
    width: auto;
    background-position: center;

}
#logo img {
    height: 50px;
    margin-left:  20px;
    margin-top: 20px;
}

#more {
    margin-top:25px;
    margin-right:40px;
    color: #ffff;
    font-family: Roboto;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;

}
nav {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
   
}
.container {

    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    margin-top:6px;
    font-size: 6rem;
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    color: transparent;
    background-image: linear-gradient(0deg, #eb5922,#ffff);
    background-clip: text;
    padding-bottom: .2rem;
   

}

#title p {
    margin-top: 90px;
    font-family: Roboto;
    font-size: 68px;
    color: #070707;
}

#explore {
    margin-top:45px;
    font-family: Roboto;
    font-size: 18px;
    color: #ffff;
    text-decoration: none;
}                                                   



main {
    background-image: url(../images/font2.png);
    background-repeat:no-repeat;
   

}
h2 {
    margin-top: 0px;
    margin-left: 60px;
    padding-top: 120px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 68px;
    color: #eb5922;

}
#system p {
    padding-top: 40px;
    margin-left: 60px;
    font-family: Roboto;
    font-size: 16px;
    color: #ffff;
}

#images {
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    margin-bottom: 100px;
}

h2 {
    margin-top: 0px;
    margin-left: 60px;
    padding-top: 120px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 68px;
    color: #eb5922;
}
.expect {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 100px;
    margin-left: 60px;
    padding-bottom: 100px;
}

h3 {
    font-size: 72px;
    font-family: Roboto;
    color: #ffff;
    text-align: center;
    color: transparent;
    background-image: linear-gradient(0deg, #eb5922,#ffff);
    background-clip: text;
    padding-bottom: .2rem;
}

h4 {
    font-size: 36px;
    font-family: Roboto;
    color: #ffff;
}

 #trois p {
    font-size: 30px;
    font-family: Roboto;
    color: #ffff;
 }

.ingenuity {
    margin-top: -72px;
    height: 100vh;
    background-image: url(../images/ingenuity_1.png);
    background-size: cover;
}

#robot {
    text-align: center;
}

#robot p {
    
    font-size: 72px;
    font-family: Roboto;
    color: #ffff;
    text-shadow: 2px 2px #070707;
    padding-top: 60vh;
    padding-bottom: 1vh;
}

.button {
    background-color: #070707;
    border-radius: 5px;
    border: none;
    color: #ffff;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    margin-top: 40;
}


   

#fin {
    height: 60px;
    background-color: #070707;
    background-size: cover;
    
}

#fin {
    margin-top: 94px;
    padding-top: 20px;
    font-size: 12px;
    font-family: roboto;
    color: #ffff;
    text-decoration: none;
    text-align: center;

}




    
   




