* {
    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;
    font-size: 19px;
}
.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: 70px;
}
.main-par {
    text-align: center;
    background-color: #E5E0FF;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 230px;
    margin-right: 230px;
    padding-top: 35px;
    padding-bottom: 30px;
    color: black;
    border-radius: 120px;

}
.article{
    padding-top: 35px;
    padding-bottom: 30px; 
    text-align: center;  
    font-size: 24px;
}

.learn-more{
    color: #6096B4;
}  

.table{
    display: flex;
    align-items: center;
    justify-content: space-around;

}
table, th, td{
    border: 1px solid black;
    border-collapse: collapse;
  width: 60%;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 80px;
  font-size: 20px;
    
}
th{
    background-color: #6096B4;
    color: white;
    font-size: 30px;
}
#statuses{
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;
    border-style: none;

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