
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.section1 {
    display: flex;
background-image: url("img1.png");
color: white;
background-size: cover;
}
.section1 h1 {
    margin-left: 10%;
    
}
.section1 a {
    margin-left: 15%;
    text-decoration: none;
    color: white;
}

.section1 p {
    margin-left: 20%;
    
}
.section3 {
    margin-left: 60%;
    height: 0;
    
    
}
.section2 {
    height: 0;
    margin-left: 20%;
   
    color: white;
}
.section2 h1 {
    font-size: 3rem;
    color: white;
}
.section2 b {
    color: #FBD784;
}
body {
    background-color: #0B1D26;
}
.section5 {
    margin-left: 60%;
    height: 0;
}
.section4 {
    height: 0;
    margin-left: 20%;
    color: white;
    margin-bottom: 5%;
}
.section5 h1 {
    font-size: 3rem;
    color: white;
}
.section5 b {
    color: #FBD784;
}
.section5 p {
    color:  white;
    
}
.section7 {
    margin-left: 60%;
    height: 0;
    
    
}
.section6 {
    height: 0;
    margin-left: 20%;
   
    color: white;
}
.section6 h1 {
    font-size: 3rem;
    color: white;
}
.section6 b {
    color:#FBD784;
}
.section8 {
    margin-left: 70%;
    height: 0;
}
.section9 {
    height: 0;
    color: white;
    margin-left: 5%;
}
.section8 h1 {
    color: #FBD784;
}
.section8 p {
    color: white;
}
.section9 b {
    color: cornsilk;
}
