

.about-me{
     padding: 10px;
     padding-top: 5px;
     font-size: 20px;
 }

  /* Create two equal columns that floats next to each other */
  .column {
    float: left;
    width: 50%;
    padding: 10px;
    letter-spacing: 1px;
    line-height: 25px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 800px) {
    .column {
      width: 100%;
    }
  }

/*Fonont size when the screen is 400 px*/
  @media screen and (max-width: 400px){
.column{
    font-size: 18px }
}


  .right{
    padding-bottom:10px;
  }

    .right h2{
        padding: 10px;
        text-align: center;
        font-size: 26px;
    }
    .left h2{
        padding: 10px;
        text-align: center;
        font-size: 26px;
    }


    table {
    border-collapse: collapse;
    width: auto;
    margin-left:auto;
    margin-right:auto;
    }
    
    table b{
      font-size: 22px;
    }



    tr {
    border: none;
    }

    td:first-child {
    border-right: solid 3px crimson;
    text-align: right;
    padding-right: 20px;
    }

    td:nth-child(even) {
        padding-left: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    td:nth-child(even) a{
        color: black;
        text-decoration: none;
        line-height: 10px;
    }

    /*Responsive line dissapear*/
    @media screen and (max-width: 600px) {
        td:first-child {
        border-right: none;
        }
      }


