
body{
     background-color: hsla(220,100%,10%,0.7);
     font-family: Georgia, 'Times New Roman', Times, serif;
     padding-left: 10px;
     padding-right: 30px;
     min-width: 1200px; 
     max-width: 1400px;
}

nav{
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 1px 1px 6px black ;
    display: flex;
    position: sticky;
    justify-content: flex-end;
    align-items: center;
    margin-top: -10px;
    top: 0px; 
    z-index: 5;
    height: 45px;
    padding-right: 20px;
    
}


li{
    padding-right:25px;
    display: inline-block;
    font-size: 24px;
}
a{
    text-decoration: none;
    color:hsla(0,100%,0%,0.7);
}
a:hover{
    color:hsl(213, 55%, 47%);
    font-weight: 600;
    font-style: italic;
}

.container{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items:flex-start;
    height: 350px;
    border: 0px solid  hsla(0, 100%, 42%, 1) ;
}

#introduction{
    line-height: 1.25;
    color:hsl(70,100%,70%);
    font-size: 22px;
    flex-shrink: 1;
    /* margin-top: 50px; 
    /* padding-left:20px; */
   
}
.dico{
    font-family: Arial, Helvetica, sans-serif;
    color:hsl(208, 100%, 70%);
    font-weight: 700;
}

.image{
  align-self: center;
 
}
#foto{
    object-fit: cover; 
    height: 250px;
    width: 190px;
    /* justify-self:flex-end; */
    border: 2px solid hsl(60, 0%, 90%);
    border-radius: 20px;
}
figcaption{
    font-family: cursive;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color:hsl(26, 70%, 75%)
}
#foto:hover{
   scale: 1.05;
   box-shadow:-13px -5px 15px  hsl(0, 1%, 21%);
}

footer{
    height: 50px;
    text-align: center;
    color:hsl(0, 0%, 100%);
    font-size:17px;
}
#accounts{
    border:0px solid red;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    margin-top:-15px
   
}
.social-platforms{
    height: 45px;
    width: 45px;
    padding-left: 3px;
    padding-right: 1px;
    padding-top: 3px;
    background-color: hsl(10, 50%, 80%);
    border-radius: 50%;
    box-sizing: border-box;
}
.social-platforms:hover{
    background-color:hsl(100, 100%, 100%);
    scale: 1.1;
    box-shadow: -2px 6px 6px rgba(0, 0, 0, 0.378);
}


h4{
    position: relative;
    top:-24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:hsla(17, 33%, 96%, 0.9);
    margin-bottom: 3px;
}

/* About */

#About-me{
    font-size: 17px;
    text-align: center;
    align-items: center;
    margin-top: 20px;
    border: 0px solid red;
    color:hsl(60, 100%, 65%);
    height: 340px;
    
}

#con{
    border:0px solid red;
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin-bottom: 40px;
    
}
#text{
    margin-top: 10px;
    word-spacing: 2px;
    font-size: 17px;
     color:hsl(60, 100%, 85%);
    line-height: 1.5;
    width: 50%;
}

#random-photo{
    height: 300px;
    width: 300px;
    object-fit: cover;
    box-shadow: -7px 0px 25px hsla(0, 0%, 0%, 0.606);
    opacity: 90%;
    border-radius: 50%;
}
.heading{
    font-size: 26px;
    margin-top: 90px;
   color:rgb(167, 231, 255)
}
#extra{
    margin-top: 30px;
}

.programming-skills{
    border: 2px solid rgb(187, 187, 187);
    display: flex;
    justify-self: center;
    justify-content: space-around;
    align-items: center;
    height: 125px;
    width:50%;
    background-color: hsl(0, 2%, 35%);
    border-radius: 1%;
}


.skill{
    justify-self: space-around;
    background-color: hsl(86, 11%, 97%);
    border: 3px solid black;
    flex-wrap: wrap;
    flex-shrink: 1;
    height: 90px;
    width: 95px;
    padding:5px 4px;
    border-radius: 15%;
}

#tools{
    background-color: rgb(69, 58, 58);
    height: 130px;
    width: 45%;
    justify-content: space-evenly;
    
}

.skill:hover{
    box-shadow: 0px 5px 15px rgb(189, 185, 185);
    scale: 1.05;
}

/*contact.html*/

#contact-heading{
    text-align: center;
    color:white
}
#contact-bar{
    display: flex;
    border:3px solid hsl(0, 0%, 0%);
    background-color: hsl(0, 2%, 30%);
    border-radius: 2%;
    box-shadow: 10px 0px 20px hsl(92, 6%, 49%);
    height: 330px;
    width: 80%;
    padding-right:20px;
    justify-content: space-around;
    justify-self: center;
    color:hsl(0, 0%, 100%);
    margin-bottom: 50px;
}
#contact-form{
    height: 350px;
    font-size: 25px;
    font-weight: bold;
    color:hsl(206, 65%, 80%);
}
#user,#my-email{
    border: 2px solid rgb(236, 243, 243);
    margin-top: 15px;
    height: 23px;
    border-radius: 2%;
    font-size:15px;
    padding-left: 10px;
    font-weight: 500;
    background-color:hsl(0, 1%, 94%) ;
    color:hsl(0, 0%, 0%);
}

#massage{
    margin-top: 10px ;
    font-size: 17px;
    border-radius: 2%;
    padding:10px 10px;
}
#submit-button{
    background-color: hsl(28, 63%, 80%);
    height: 30px;
    font-size:17px;
    color:hsl(0, 0%, 0%);
    font-weight: bold;
    width: 95px;
}
#contact-platforms{
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color:hsl(72, 58%, 66%)
}
.icon{
    background-color: rgb(162, 190, 193);
    border-radius: 45%;
    padding:0px 2px;
    height: 27px;
    width: 27px;
}

.icon:hover{
    scale: 1.15;
}

/* projects.html*/

#heading-projects{
    text-align: center;
    color:hsl(68, 100%, 72%)
}
#project-list{
    margin-top: 50px;
    height: 430px;
    display: grid;
    width: 1000px;
    /* border:5px solid rgb(179, 178, 178); */
    grid: repeat(2,165px)/repeat(3,250px);
    justify-self: center ;
    justify-content: space-evenly;
    grid-gap: 15px 20px;
   
}
.box{
   background-color: hsla(0, 5%, 29%, 0.6);
   grid-row: span 2;
   border-radius: 5%;
   box-shadow: -5px 5px 20px 1px rgb(58, 55, 55);
   text-align: center;
}

.box:hover{
    scale: 1.03;
    box-shadow: -5px 5px 20px 5px hsl(0, 0%, 0%);
}

.project{
    display: flex;
    height: 100px;
    width: 230px;
    justify-self: center;
    justify-content:center;
    align-items: center;
    border-radius: 3%;
    background-color: hsl(20, 80%, 95%);
}
.desription{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -10px;
    font-size: 17px;
    padding:  0px 10px;
    color:hsl(210, 25%, 94%);
    line-height: 1.3;
}

.label{
    font-weight: 900;
    color:hsl(0, 0%, 100%);
}

.project-link{
    text-decoration: underline;
    font-size: 19px;
    color:hsl(0, 100%, 85%)
}

.project-link:hover{
     color:hsl(0, 82%, 62%)
}

/*massage.html*/

#thankyou-massage{
    text-align: center;
    color:hsl(149, 79%, 50%)
}


