@font-face {
    font-family:Retep ;
    src: url(fonts/reteprelleum.otf);
}

body {
  background-color: rgb(8, 5, 26);
  color: rgb(255, 255, 255);
  font-family: 'retep';
  background-image: url(photos/backgroundimage.gif)
}


p {
   font-family: 'Retep';
   font-weight: normal;
   font-style: normal;
}

ul, ol {
  list-style-position: inside;
}

::selection{
    background: rgb(39, 2, 141); 
    color: rgb(255, 255, 67); 
    text-decoration: rgb(27, 236, 208) wavy underline; 
    text-shadow: 1px 1px 0px darkblue; 
}


article {
  display:block
}


.hidden {
    display: none;
}

.container {
    display: flex;
}

.sidebar {
   width: 20% ;
        border: 10px solid rgb(20, 6, 68);
        padding: 10px;
        border-radius: 20px;
        margin-top: .5%;
        margin-bottom: .5%;
        background-color: rgb(3, 0, 15);
      }
      

.content {
    
    padding: 10px;
    display:flex;
    
}
