*{
    margin: 0;
    padding: 0;
}
header{
    width: 100%;
    height: 10%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secHeader1{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;

}

.secHeader1 > a>img{
    width: 40px;
    height: 40px;
}

.secHeader1 >.al{
 height: 90%;
 font-family: 'Source Sans Pro', sans-serif;
 display: flex;
 align-items: center;
 text-decoration: none;
font-weight:bold;
color: black;
cursor: pointer;
padding-left: 12px;
padding-bottom:7px;
padding-right: 20px;

}
.secHeader1 .al1{
    margin-left: 20px;
}
.secHeader1 > .al:hover{
    background-color: #04AA6D;
}

.secHeader2{
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 20px;
}
.secHeader2 i{
   cursor: pointer;
}

.secHeader2> a{
    font-family: 'Source Sans Pro', sans-serif;
    display: flex;
    align-items: center;
    text-decoration: none;
   font-weight:bold;
   color: black;
   cursor: pointer;
   padding: 15px;
   border-radius: 80px;

   }
.secHeader2>.createWebsite{
    background-color: #FFF4A3;
   }
.secHeader2> .login{
    background-color: #4CAF50;
   }
.secHeader2>.createWebsite:hover{
    background-color: #fff091;
   }
.secHeader2> .login:hover{
    background-color: #04AA6D;

   }
   .container{
    background-image: url(../image/background_in_space.gif);
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

   }
   .container >h1{
   color: white;
   font-family: 'Source Sans Pro', sans-serif;
   margin-bottom: 30px;
   font-size: 70px;

   }
   .container >h2{
    color: #FFC0C7;
   font-family: 'Source Sans Pro', sans-serif;
   margin-bottom: 30px;


   }
   .container >input{
     width: 600px;
     padding: 10px;
     border-radius: 80px;
     font-size: 20px;
     text-align: center;

   }
 .container a{
   font-family: 'Source Sans Pro', sans-serif;

    Font-size: 23px;

Font-weight: 700;

Line-height: 34.5px;

 color: rgb(255, 255, 255);
 margin-top: 20px;
 }