@font-face{
    font-family: "Atkinson";
    src: url('fonts/AtkinsonHyperlegible-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #232634;
    color: #c6d0f5;
    text-align: center;
    font-family: "Atkinson";
}
.Bottom {
   position:fixed;
   left:0px;
   bottom:20px;
   height:30px;
   width:100%;
}
.sidebar {
    width: 160px;
    border-radius: 24px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #303446;
    overflow-x: hidden;
    padding-top: 20px;
}
.sidebar a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #81c8be;
    display: block;
}

.sidebar a:hover{
    color: #a6d189;
}
.main{
    margin-left: 160px;
    padding: 0px 10px;
}
.photographs {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  img {
    width: 100% ;
  }
}
