 .carousel-inner img {
      width: 100%;
      height: 100%;
  }

.background-main{
	background-image:url("../pictures/backgrounds/pacman.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
        background-size : cover;
}

.container_text{
           border: #facfe8 5px solid;
        border-radius:15px 30px 30px;
        width:100%;
        height: 150%;
        background-image: linear-gradient(-90deg, #66117a, #cc0a7b );
        /*background:#cc0a7b;*/
       margin-left:20%;
       margin-right:20%;
       text-align: center;
       padding-top: 1%;
    }
    
    .pict_header_portfolio{
       margin : 2%;
      width : 18%;
    }
    
    .container_intro{
        width : 55%; 
        margin-top: 2%;
    }
    
    .container_copyright{
        width: 20%;
    }
    
    @media (max-width: 640px) {
        
         .pict_header_portfolio{
       margin : 2%;
      width : 30%;
    }
    
    .container_text{
           border: #facfe8 5px solid;
        border-radius:15px 30px 30px;
        width:100%;
        height: 150%;
        background-image: linear-gradient(-90deg, #66117a, #cc0a7b );
        /*background:#cc0a7b;*/
       margin-left:20%;
       margin-right:20%;
       text-align: center;
       padding-top: 1%;
       flex-direction : column;
       align-items : center;
    }

      .container_intro{
        width : 85%; 
        margin-top: 2%;
    }
    
       .container_copyright{
        width: 60%;
    }
    
}
    
    .portfolio_text{
        margin-right : 2%;
        margin-top : 2%;
        margin-bottom : 2%;
        display : flex;
        align-items: center;
        justify-content : center;
        font-family: 'Oswald', sans-serif;
        font-size:20px;
        color : #FFFFFF;
        font-weight: bold;
        text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
    }
    
    .container a:hover p {
        color : #a2defa;
        text-decoration : none;
    }
    

    
