body {
    background-color: rgb(253, 254, 254);

  }
  
  h1 {text-align: center;
    color: rgb(0, 0, 0);
    text-align: center;
  }
  
  p {
    font-family: verdana;
    font-size: 20px;
  }
.navigation{
  text-align: left;
  color: rgb(114, 114, 114);
  background-color: rgb(187, 187, 187);
  }
.websitelogs{
  width: 50%;
  padding: 10px;
  border: 1px solid rgb(146, 146, 146);
  margin: 0; 
  background-color: rgb(146, 146, 146);
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
