@font-face {
    font-family: 'Tahoma';
    src: url(/fonts/tahoma.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    }




body {
  background: white;
  background-image: url(https://external-preview.redd.it/uhq5zTcMPM3tOW_fbUz4PayDt_5pkEXdyXXoRWs3XOg.jpg?auto=webp&s=e06461124c1ccfdba7e9ece763b644ff68eeb06b);
  color: white;
  font-family: Tahoma;
  background-repeat: repeat-x;
  background-size: cover;
  
}

header {
  padding: 5px;
  text-align: center;
  background: blue;
  color: white;
  background-image: url(https://tjkelly.com/wp-content/uploads/windows-xp-desktop-background-wallpaper-crystal-800x600.jpg);
  border: 1px solid blue;
  border-radius: 10px;
  top:-250px;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:unset;
  align-content:flex-start;
}


#navigation2 {
			position: absolute;
			right: 0;
			top: 75px;
      background: linear-gradient(180deg,rgba(102, 105, 255, 0.3) 0%, rgba(0, 43, 255, 0.4) 100%);
      box-shadow: -10px 1px 5px -6px rgba(0,0,255,0.76);
      order:0;
      flex:0 1 auto;
      align-self:auto;
      height:auto;
      width:auto;
      padding:20px;
}
	
#content {
			margin: 0 100px 0 ;
			text-align: left;
		  top: 75px;
      position: absolute;
      background: linear-gradient(180deg,rgba(102, 105, 255, 0.3) 0%, rgba(0, 43, 255, 0.4) 100%);
      box-shadow: 10px 1px 5px -6px rgba(0,0,255,0.76);
      order:0;
      flex:0 1 auto;
      align-self: auto;
      height:auto;
      width:70%;
      padding:20px;
      
		}

#paragraph1 {
			position: absolute;
			right: 0;
			top: 75px;
      background: white 0.5;
      color:black;
      order:0;
      flex:0 1 auto;
      align-self:auto;
      height:auto;
      width:90%;
}

#paragraph2 {
			position: absolute;
			right: 0;
			top: 235px;
      background: solid(255, 255, 255, 0.1);
      color:black;
      order:0;
      flex:0 1 auto;
      align-self:auto;
      height:auto;
      width:90%;
}

.item-0{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:auto;
}
      
.item-1{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:auto;
}
      
.item-2{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:auto;
}