<link href="https://fonts.googleapis.com/css?family=Neucha" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Chathura|Neucha" rel="stylesheet">

/*============Body=====================================*/
body{
    width: 900px;
    margin: auto;

}

/*=======================Main Navigation=================*/
header{
    background-color: #c7a86b;
    height: 280px;
    padding: 0px;
    margin: 0px;
}
  ul{
    list-style-type: none;
      margin: 1px;
      padding: 0px;
      overflow: hidden;
     }
  li{
      float: right;}
li a{
    display: block;
     text-decoration-line: none;
    text-align: center;
     color: #896bc7;
     font-family: 'Neucha';
     font-size: 150%;
     font-weight: 300;
    padding: 14px 16px;
     }
header img{
 padding: 10px;
    margin-right: auto;
}
h1{
    color: #a8c76b;
    text-transform: uppercase;
}
h2{
    color: #c7a86b;
    
}

/*=========================Content========================*/
main{
    background-color: #896bc7;
    height: 700px;
    border:1px solid:#000000;
    margin: 0px;
    padding: 0px;}
.get{
    color:#a8c76b;
    font-family: 'Chathura';
    font-size: 200%;
    font-weight: 600;
    padding: 10px;
    margin: 0px;
    text-align: center;
}
.comment{
    color:#ffd75f;
    font-family: 'chathura';
    font-size: 120%;
    font-weight: 400;
    width: 900px;
    height: 100px;
    padding: 5px;
    margin: 0px;
    text-align: center;
}

.column {
  float: left;
  width: 33.33%;
  padding: 60px;
    margin: 0px;
  height: 250px; 
}
.row{
    color: #c76ba8;
    font-family: 'chathura';
    font-size: 150%;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
.message{
 color:#a8c76b;
    font-family: 'Chathura';
    font-size: 100%;
    font-weight: 600;
    padding: 10px;  
}

*/========the text personal information has a color green but I dont know why is not working.====================*/

legend{
    color:#a8c76b;
    font-family: 'Chathura';
    font-size: 110%;
}
footer{
    background-color: #c7a86b;
    border: 1px;
    height:100px;
    padding: 0px;
    margin:0px;
    margin-top: 0px;
}
.me{
    float: right;
    color:#ffd75f;
    font-family: 'chathura';
    font-size: 120%;
    font-weight: 400;
    width: 200px;
    height: 250px;
    padding:10px;
    margin: 50px;
}
.about{
     color:#a8c76b;
    font-family: 'Chathura';
    font-size: 200%;
    font-weight: 600;
    padding: 10px;
    margin: 0px;
    text-align: center;
    }
.hear{
    color:#ffd75f;
    font-family: 'chathura';
    font-size: 120%;
    font-weight: 400;

    height: 100px;
    padding: 5px;
    margin: 0px;
    text-align: center;
}
}
.fa{
    color:#896bc7;
    padding:1px;
    margin: 0px;
    font-size: 60px;
  text-decoration: none;
}
.vero{
    padding: 100px;
    margin: -20px;
}
.copy{
    color: #896bc7;
    text-align: center;
    padding: 10px;
    margin: 0px;
}
.style{
    margin: 0px;
    padding: 10px;
    
}
/*==========I try to move the footer nav for the homepage but I can find the way to separate both and I think they are affected by the main nav================================*/

.practice{
    margin: 0px;
    padding: 10px;
    float: left;
    
 ;   
}
.photo{
    background-image: url(images/alex-wong-31476-unsplash.jpg);
    height: 500px;
    border: 1px solid #000000;
    margin: 0px;
    padding: 0px;
}

.one{
    color:#ffffff;
    width: 100px;
    height: 80px;
    float: left;
    font-family: 'chathura';
    padding: 60px;
    margin: 1px;
    text-decoration-line: none;
    
}
.two{
    color: #ffffff;
    width: 100px;
    height: 80px;
    float: right;
    font-family: 'chathura';
    padding: 100px;
    margin: 0px;
    text-decoration-line: none;
    
}
table {
  font-family:'chathura';
  border-collapse: collapse;
  width: 90%;
    margin-left: 20px;
}

td, th {
  border: 1px solid #a8c76b;
  text-align: left;
  padding: 10px;
    margin: 5px;
}

