*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background-image: linear-gradient(to right, rgb(251, 141, 80) , #939599);
}
.flex-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}
.flex-container p{
    width: 50%;
    align-self: center;
    color: rgba(66, 60, 55,1);
    font-size: 25px;
    margin-bottom: 50px;
}
.flex-container img{
    width: 25%;
    border-radius: 20%;
    margin-bottom: 50px;
}
.intro, .projects>.title{
    font-size: 20px;
    color: rgba(66, 60, 55,1);
}
.intro, .projects{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}
.projects>.title{
    font-weight: bold;
    margin-bottom: 50px;
}
.projects>.title1, .projects>.title2 {
    margin-bottom: 50px;
    font-family: Cambria;
    text-align: left;
    font-size: 20px;
    color: rgba(66, 60, 55,1);
    font-weight: bold;


}
.projects>.table-div{
    overflow-x:auto;
}
.projects > table{
    background-color: #f6ad89; 
}
.table-div td, .table-div th{
    padding: 15px;
    text-align: left;
    color: rgba(66, 60, 55,1);
}
/* .table-div tr:nth-child(even) {
    background-color: #ed7140; }*/

.table-div a{
    text-decoration: none;
    color: rgba(66, 60, 55,1);
}

.table-div ul{
    list-style: none;
}

.table-div{
    width: 85%;
    margin-bottom: 50px;
}

.table-div table {
    border-collapse: collapse;
  }
  
.table-div table, th, td {
    border: 1px solid black;
  }