body{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.introduction{
    background-color: rgb(39, 2, 2) /*#ca2b40*/;
    color: white;
    max-height: 2800px;  
}
.headerfont{
    color: #ca782b;
    font-size: 45px;
    font-family: Bungee, cursive;
}
.headerfont_dark{
    color:rgb(39, 2, 2) ;
    font-size: 45px;
    font-family: Bungee, cursive;
}
.introduction p{
    font-size: 30px;
    font-family: 'Poiret One', cursive;
}
.introduction b{
    font-size: 30px;
    font-family:Bungee, cursive;
    color: #ca782b;
 }
.introduction img{
    margin-top: 25px;
    border-radius: 20px;
    
}
.projects{
    background-color: #ca782b/*#a8ca2b*/;
    color: white;
    max-height: 1800px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width:30rem;
    margin:20px 0 24px 0;
    padding: 10px;
    background-color: #c9772b;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-body p{
    color:rgb(39, 2, 2);
    font-family: 'Poiret One', cursive;
    font-size: 20px;
    font-weight: bold;
}
.card-body h4{
    color:rgb(39, 2, 2);
    font-family:Bungee, cursive;
}

.container {
    padding:5px 16px;
}

div.desc {
    padding: 15px;
    text-align: center;
}
.academics{
    background-color: rgb(39, 2, 2);
    color: white;
   max-height: 1800px;
}
.academics p{
    font-size: 30px;
    font-family: 'Poiret One', cursive;
}
.result h4{
    font-size: 23px;
}

.contact{
    background-color: #ca782b;
    color:black;
    max-height: 1800px;
}
.logo{
    height:150px;
    width:150px
}
.insta {
    margin-left: -10px;
    width: 180px;
}
.fb {
    width: 160px
}
.email-alert{
    color: rgb(39, 2, 2);
    font-weight:bold;
    font-size: 10px;
}
textarea {
    width: 100%;
    height: 100px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: rgb(39, 2, 2) 2px solid;
    border-radius: 4px;
    background-color: #c9772b;
    font-size: 16px;
    resize: none;
    margin: 8px 0;
}
.feedback{
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poiret One', cursive;
}
input[type=text] {
    background-color: #c9772b;
    color:  rgb(39, 2, 2);
    border: rgb(39, 2, 2) 2px solid;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
input[type=email] {
    background-color: #c9772b;
    color:  rgb(39, 2, 2);
    border: rgb(39, 2, 2) 2px solid;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
footer{
    padding: 20px;
    color: #c9772b;
    background-color: rgb(39, 2, 2);
    text-align: center;
}
