@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
    margin: 0;
    padding: 0;

}


.my-portfolio{
height: 10rem;
width: 10rem;
}

  body {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #C3203F; */
  
    font-family:Roboto;
  }


.containerr{
    width: 360px;
    background-color: #C3203F;
    
}

.menu{
    position: fixed;
    left:0;
    right:0;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
    padding: 1rem;
    background-color: #C3203F;
    color:#fff;
}



.itl{
    font-style: italic;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.3rem;

}

.reg{
   
    font-style: normal;
    color: rgba(255, 255, 0, 0.952);
}

i{
    padding: 10px;
}

p{

    color:black
}



input{

    border-radius: 10px;
}
h6{
    color: #C3203F;
}

#Contact{
    margin-bottom: 7rem;
}

.btn1{
    border: 1px solid white;
}

