.logo {
    clear:both;
    top:0%;
    left:0;
    right:0;
  img {
    text-align: center;
    background-position: center;  
    width: 15%;
    height: 30%;
  }
}

body {
    background-color: #0C1824;
  }
  h1 {
    color:palegoldenrod;
  }
  body {
    text-align: center;
    font-family: sans-serif;
    margin-left: 35px;
    margin-right: 35px;
    color: Tomato;
  }
  footer {
    text-align: right;
    color: midnightblue;
  }
  .footerhover {
    margin-right: auto;
  }
  .footerhover:hover {
    background-color: #0C1824;
  }
  .seperate {
    color: #0C1824;
    display: inline-block;
    border-color:  #0C1824;
  }
  .menu {
    left: 30px;
    display: inline; 
 /*   border: solid 10px; */
    border-color:  #0C1824;
    transition: border-width 0.6s linear;
    margin: 1%;
  }
  .menu:hover { 
    border: solid 15px;
    border-color:  #0C1824;
  }
  .gallery {
    border-color:  #0C1824;
    display:grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    padding: 1%;
  }

