  table, th, td {
    border: 2px solid black;
  }
  body
  {
    margin: 0;
  }


  ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    width: 15%;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
  }


  li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
  }

  li a.active {
    background-color: #4CAF50;
    	text-align: center;
    color: white;
}

  li a:hover:not(.active) {
    background-color: #555;
    color: white;
  }
  .box{
    width: 100%;
    text-align:center;
}
input{
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

.my-website-blog-area
{
background-color:red;
}
