*{
    margin: 0;
    padding: 0;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}

.header{
    min-height: 100vh;
    width: 100%;
    align-items: center;
    
}

img{
    width: 10%;
    position: absolute;
    top: 5%;
    left: 5%;
    transform: translate(25%, -25%);
}

nav{
    display: flex;
    padding: 4% 5%;
    justify-content: space-between;
    align-items: center;
    background: #1E2328;
}

.nav-bar{
    flex: 1;
    text-align: center;
}

.nav-bar ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 12px;
    position: relative;
}

.nav-bar ul li a{
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-bar ul li a:hover{
    color: #b3cde0;
    text-decoration: underline 2px;
}

.header2 {
    background: #383F46;  
    padding: 100px 0;      
    margin: 0;             
    position: relative;
    top: 0;                
    text-align: center;
    color: white;
}

.header2 h1{
    font-size: 50px;
}
.header2 h2{
    font-size: 22px;
}

.header3 {
    background: #e5e5e5;  
    padding: 110px 0;      
    margin: 0;             
    position: relative;
    top: 0;                
    color: black;
}

.header3-1{
    font-size: 20px;
    position: relative;
    top: -80px;
    left: 25%;
    text-align: left;
}

.header3-2{
    font-size: 20px;
    position: relative;
    top: -40px;
    left: 25%;
    text-align: left;
}

.header3-3{
    font-size: 20px;
    position: relative;
    top: -15px;
    left: 25%;
    text-align: left;
}

.header4{
    text-align: center;
    top: 50px; 
    position: relative;
}

.header4 a{
    font-size: 20px;
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    background: #383F46;
    border-radius: 8px;
}

.header4 a:hover {
    background: #383F46;
    color: white;
    box-shadow: 0px 5px 10px black;
}

.header5{
    text-align: center;
    position: relative;
    top: 50px;
}

.header5 a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    background: #1E2328;
    padding: 10px 250px;
    text-align: center;
}

.menu-icon {
    font-size: 28px;
    cursor: pointer;
    color: white;
    display: none;
}






@media(max-width: 700px){
    img{
    width: 15%;
    position: absolute;
    top: 4%;
    left: 1%;
    transform: translate(1%, -35%);
}

.nav-bar{
    flex: 1 1 40%;
    text-align: center;
    
}

.nav-bar ul li{
    flex-wrap: wrap;
    justify-content: center;
}

    .header2 h1{
    font-size: 25px;
}
.header2 h2{
    font-size: 13px;
}
    .header3-1{
        max-width: 100%;
        font-size: 14px;
        position: relative;
        top: -80px;
        left: 3%;
        text-align: left;
}
.header3-2{
    max-width: 100%;
    top: -40px;
    left: 3%;
    text-align: left;
}
.header3-2 h3{
    font-size: 14px;
}
.break-word-2{
    display: block;
}
.header3-2 p{
    font-size: 14px;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
}
.break-word{
    display: block;
}
.break-word-1{
    display: block;
}
.header3-3{
    font-size: 14px;
    position: relative;
    top: -15px;
    left: 3%;
    text-align: left;
}
.header4{
    text-align: center;
    top: 50px; 
    position: relative;
}
.header4 a{
    font-size: 14px;
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 6px 12px;
    background: #383F46;
    border-radius: 5px;
}
.header4 a:hover {
    background: #383F46;
    color: white;
    box-shadow: 0px 5px 10px black;
}
.header5{
    text-align: center;
    position: relative;
    top: 50px;
}
.header5 a{
    text-decoration: none;
    color: white;
    font-size: 14px;
    background: #1E2328;
    padding: 8px 80px;
    text-align: center;
}
}