* {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}

:root{
    --Sniglet-font:"Sniglet", cursive;
    --Rubik:"Rubik",cursive;
    --Patua:"Patua One",cursive;
    --Lobster:"Lobster",cursive;
    --light-black:#2e2c2caf;
    --bggradient: linear-gradient(
        to bottom,
        #3a1c71,#d76d77, #ffaf7b
    );
    --bggradient2: linear-gradient(
        to bottom,
        #42275a,#734b6d
    );
    --bggradient3: linear-gradient(
        to bottom,
    #EDBC81
    );
    --light-gray:rgba(255,255,255,0)
}

header{
    background: #dd2476;
    background: var(--bggradient2);
    padding: 22px 16px;
    text-decoration: none;
    display: block !important;
}


.container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  img {
    max-width: 150%;
    border-radius: 30%;
  }
  
  
  .text {
    font-size: 20px;
    padding-left: 50px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: none ;
    border-radius: 20%;
    border-color:#d76d77;
    font-family: var(--Rubik);
  }

  h2{
    padding-top: 20px;
    font-family:'Times New Roman', Times, serif;
    text-decoration:underline !important;
  }