* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    
}

header {
    background-color: #6096B4;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 120px;

}
.header-p{

    color: black;

}
.ToDo-header{
    text-decoration: none;
}
.topnav{
    display: flex;
    gap: 20px;
    color: black;
    list-style: none;
    
}
.topnav li a  {
    color: black;
    text-decoration: none;
    font-size: larger;

}
main{
    background-color:#F6FFDE ;
    min-height: calc(100vh - 120px);
    display:flexbox;
    margin: 0 auto;
    padding-top: 30px;
    align-items:center;
}
.main-header{
    font-size: 50px;
    padding-top: 35px;
    padding-bottom: 30px; 
    text-align: center;  
}
.ToDo-header{
    color: black;
    font-size: larger;
}
.main-ab{
    align-items: center;
    display:flex;
    justify-content: space-around;
    margin-top: 30px;
    padding-bottom: 60px;

}
.contact-para{
font-size: 20px;


}

label{
    width: 100%;
    display: flex;
    margin: 4px;
}
input{
    width: 100%;
    display: inline-block;
    margin: 4px;
    height: 30px;
    
}
input.a{
    width: 100px;
    display: flex;
    margin: 4px;
    height: 100px;
}
#submit{
    width: 100%;
    margin-top: 10px;
    height: 50px;
    font-size: large;
    font-weight: bold;
}
.form{
    border-radius: 10px;
        background: #BDCDD6;
        color: black;
        width: 600px;
        padding: 20px;
        
}
.header2{
    text-align: center;
    padding-bottom: 20px;
}


footer {
    height: 30px;
    background-color: #6096B4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: large;
}