h1{
    text-align: center;
}

.resume{
    font-size : 20px;
    text-align: justify;
    /*display :block;*/
}



.dot {
    height: 400px;
    width: 400px;
    background-color: #ffffff46;
    border-radius: 50%;
    /*display: inline-block;*/
    position:absolute ;
    left: 100px;
    bottom:40px;
  }

.dot img {
    position:relative ;
    left: 25px;
    top:25px;
}

.dot1 {
    font-size:18px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    line-height: 30px;
    width: 740px;
    background-color: #ffffff46;
    border-radius:10px;
    /*display: inline-block;*/
    position: absolute;
    right: 80px;
    bottom: 40px;
    padding: 20px;
  }

img{
    border-radius: 50%;
    width:350px;
    height:350px;
}


@media screen and (max-width: 600px) and (max-height:950px) and (orientation:portrait)
{
    /* For mobile phones: dimensions : 430 x 932 - Iphone 14 pro max */
    h1{
        text-align: center;
    }
    
    .resume{
        font-size : 10px;
        text-align: justify;
        /*display :block;*/
    }
    
    .dot {
        height: 200px;
        width: 200px;
        background-color: #ffffff46;
        border-radius: 50%;
        /*display: inline-block;*/
        position:absolute ;
        top:220px;
      }
    
    .dot img {
        position:relative ;
        left: 25px;
        top:25px;
    }
    
    .dot1 {
        font-size:12px;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        line-height: 15px;
        width: 320px;
        background-color: #ffffff46;
        border-radius:10px;
        /*display: inline-block;*/
        position: absolute;
        bottom:100px;
        left: 20px;
        padding: 20px;
      }
    
    img{
        border-radius: 50%;
        width:150px;
        height:150px;
        }
}
