

@font-face {
    font-family: "batman";
    src: url(./batmfa__.ttf);
}
@font-face {
    font-family: "good";
    src: url(./good\ timing\ bd.otf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
    width: 100%;

}

.main{
    height: 100%;
    width: 100%;
}

.name-section{
    width: 100%;
    height: 25%;
    background-color: rgb(31, 29, 63);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.name-section h1{
    font-size: 5vw;
}

.name-section h3{
    font-size: 1.4vw;
    font-family: good;
    font-style: italic;
}





.content{
    width: 100%;
    height: auto;
    padding: 20px 10%;
    background-color: rgb(197, 214, 222);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
h1{
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    font-family: batman;
    font-size: 3vw;
}

h5{
    font-family: good;
    font-size: 1.2vw;
}

.about{
    background-color: white;
    padding: 30px 10%;
    border-radius: 20px;
}


.education{
    background-color: rgb(61, 167, 254);
    padding: 30px 10%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.first{
    background-color: rgba(255, 255, 255, 0.79);
    padding: 1.5%;
    width: auto;
    border-radius:5px ;
    text-align: center;

}
.second{
    background-color: rgba(255, 255, 255, 0.79);
    padding: 1.5%;
    border-radius:5px ;
    text-align: center;

}
.third{
    background-color: rgba(255, 255, 255, 0.79);
    padding: 1.5%;
    border-radius:5px ;
    text-align: center;

}

.fourth{
    background-color: rgba(255, 255, 255, 0.79);
    padding: 1.5%;
    border-radius:5px ;
    text-align: center;
}






.skills{
    background-color: rgb(243, 236, 115);
    padding: 30px 10%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.projects{
    background-color: rgb(178, 118, 200);
    padding: 30px 10%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact{
    background-color: rgb(109, 187, 141);
    padding: 30px 10%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}








.footer{
    width: 100%;
    height: 8%;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer h4{
    font-family: good;
    font-size: 1vw;
}

















