
body {
    background-color: #0A2463;
}


a {
    text-decoration: none;
    color: #532749;
    transition: all 0.2s ease-in-out;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
}







/* header */
.container {
    max-width: 1220px;
    margin: 0 auto;
    background-color: #2D7DD2;
}

.header {
    padding: 30px 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    

}

.menu-container {
    display: flex;
    gap: 40px;
}

.menu-container a:hover {
    color: #F6F4F3;

}








/* welcome page */

.img2 {
    margin-top: 30px;
    max-width: 60%;
}
img {
    max-width: 100%;
    
    
}


.p {
    font-size: 40px;
    font-family: 'Bebas Neue', cursive;
    color: #F6F4F3;
}
.pa {
    font-size: 90px;
    margin-bottom: 30px;
    font-family:'Bebas Neue', cursive;
    color: #2D7DD2 ;
}
.heading {
    font-size: 30px;
    margin-bottom: 20px;
    
}

.flex-columns {
    display: flex;
    gap: 20px;
    margin:  100px auto 200px;
}

.flex-columns .column {
    flex: 1;
    text-align: center;
}

.p6 {
    text-align: center;
    font-family: sans-serif;
    color: #F6F4F3;
    font-size: 30px;
    font-family: 'Bebas Neue', cursive;
}







/* Intro To Me  */

.heading {
    font-size: 100px;
    color: #F6F4F3;
    font-family: font-size: 60px;
    margin-bottom: 30px;
    font-family:'Bebas Neue', cursive;
    
    
    
}

.hero-section {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/img_3.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}  

.hero-content-wrapper {
    padding: 40px 20px;
    text-align: center;

}








/* Adout Me */
.two-columns {
    display: flex;
    gap: 10px;
}

    .column-one {

        flex: 1;
    }

.column-two {

    flex: 1;
}

.img3 {
    max-width: 70%;
    margin-left: 20px;
    margin-top: 30px;
}

.pa2 {
    font-size: 60px;
    margin-bottom: 30px;
    font-family:'Bebas Neue', cursive;
    color: #2D7DD2 ;
    margin-top: 30px;
}

.p2 {
    font-size: 20px;
    font-family: sans-serif;
    color: #F6F4F3;
    background: #532749;
    margin-right: 30px;
    padding: 20px 40px;
    line-height: 2;
}












/* My Portfolio */
.align-content {
    display: flex;
    flex-wrap: wrap;
    /* align-content: flex-start; */
    /* align-content: flex-end; */
    /* align-content: space-between; */
    /* align-content: space-around; */
    align-content: space-evenly;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.align-content .child {
    width: 50%;
    margin-bottom: 20px;
}

.pa2a {
    font-size: 100px;
    color: #F6F4F3;
    margin-top: 200px;
    margin-bottom: 30px;
    text-align: center;
    font-family:'Bebas Neue', cursive;
}

.p3 {
    text-align: center;
    font-family: 'Bebas Neue', cursive;;
    color: #F6F4F3;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pa4 {
    font-size: 80px;
    margin-bottom: 30px;
    font-family:'Bebas Neue', cursive;
    color: #2D7DD2 ;
    text-align: center;
    margin-bottom: 10px;
    background: #532749;
    

}










/* Footer */

.p1 {
    font-family: 'Bebas Neue', cursive;
    color: #532749;
    margin-left: 500px;
    font-size: 50px;
}