
   #Wrapper{
   align-items: center;
   background-color: #EEEFF7;
   display: flex;
   height: 500px;
   justify-content: center;
   width: 1000px;
   }
   #Slideshow{
   align-items: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   overflow: hidden;
   position: relative;
   }
   #Slider{
   border: 20px solid #1C1D21;
   height: 300px;
   overflow: hidden;
   width: 600px;
   }
   #Slider img{
   height: 300px;
   width: 600px;
   transition: all 1s;
   }
   #Arrows{
   display: flex;
   justify-content: space-between;
   height: 30px;
   position: absolute;
   width: 600px;
   }
   #Arrows i{
   background-color: rgba(255, 255, 255, .25);
   color: #1C1D21;
   cursor: pointer;
   height: 30px;
   padding: 15px;
   transition: background-color .5s, color .5s;
   }
   #Arrows i:first-of-type{ 
   padding-right: 20px;
   }
   #Arrows i:last-of-type{ 
   padding-left: 20px;
   }
   #Arrows i:hover{
   background-color: rgba(28,29,33, .75);
   color: #EEEFF7;
   }
   #MeLink{
   background-color: rgba(255,255,255, 0);
   border: 10px solid #1C1D21;
   border-radius: 80px;
   bottom: 20px;
   height: 80px;
   overflow: hidden;
   position: fixed;
   right: 20px;
   width: 80px;
   z-index: 2;
   transition: background-color .5s;
   }
   #MeLink:hover{
   background-color: rgba(255,255,255, .25);
   }
   #Me{
   border: 10px solid #1C1D21;
   border-radius: 80px;
   bottom: 20px;
   height: 80px;
   position: fixed;
   right: 20px;
   width: 80px;
   z-index: 1;
   } 
   .carousel-control-next {   
    background-color: #224185;   right: 0px
}
.carousel-control-prev{     background-color:#224185;     left: 0px}
