*{
    border-top-left-radius:3em;
    font-family: cursive;
    padding: 0;
}

body {
    background-color: rgb(115, 122, 103);
}

.block {
    display: grid;
    margin: auto;
}

.bg {
    width: 100%;
    display: grid;
    margin: auto;
    align-content: center;
}

.block{
    background-image:linear-gradient(rgb(13, 6, 77), rgb(6, 2, 32));
    width: 27em;
    height: 51.3em;
    /* margin: auto; */
    margin-top: 2em;
    /* border-radius: 12PX; */
    box-shadow: 0px 0px 9px 2px;
    display: grid;
}

.inside{
    margin-left: 0.5em;

    width: 26em;
    height: 19em;
    background-color: rgb(255, 68, 0);
    border-bottom-right-radius:  6em;
    border-bottom-left-radius:  6em;
}

.enter{
    background-color: rgb(255, 68, 0);
    width: 27em;
    height: 21em;
    margin-left: 0em;
    border-bottom-right-radius:  6em;
    border-bottom-left-radius:  6em;
   
}

.iner{
    background-color: rgb(179, 212, 242);
    width: 27em;
    height: 20em;
    /* margin: auto; */
    border-bottom-right-radius:  6em;
    border-bottom-left-radius:  6em;

}

.round{
    /* padding-top: 36px; */
    padding-top: 7.5em;
    padding-bottom: 0;
    padding-left: 0.5em;

    background-color: rgb(255, 68, 0);
    width: 14em;
    height: 17.6em;
    margin: auto;
    border-bottom-right-radius:  8em;
    border-bottom-left-radius:  8em;
    box-shadow: 0 0px 9px 1px;
    border-top-left-radius: 0;

}


.image{
    width: 11.6em;
    /* height: 10.6em; */
    border-radius: 20em;
    width: 12em;
    height: 12em;
    margin: 49px 5.4px;
    border: 7px solid rgb(144, 177, 208);
    background-color: rgb(179, 212, 242);

}

/* .down{
    background-color: rgb(217, 221, 224);
    width: 24em;
    height: 29em;
    margin: auto;
    margin-top: 3em;
    margin-top: -25em;
} */


/* .hub{
    color: white;
    font-family: arial black;
    font-size: 23px;
    margin-left: 1em;
} */

.name{
    color: white;
    text-align: center;
    margin-top: 2em;
}

.name p {
    font-family: cursive;
    font-size: 15px;
}



.details{
    color: white;
}

.paul{
    font-size: 45px;
    margin-bottom: 10px;

}

/* .number{
    margin-left: 1.2em;
    margin-bottom: 10px;
    margin-top: -10px;

} */

.line {
    width: 97%;
}

.about {
    font-size: 21px;
    font-weight: bolder;
    margin: 10px auto;
    background-image: linear-gradient(rgb(236, 224, 219), rgb(179, 212, 242));
    word-spacing: 10px;
    width: 97%;
    color: black;
    height: 60px;
    border-radius: 3px;  
    display: grid;
    align-items: center;
}

.description {
    text-align: center;
    margin: 15px;
    font-family: cursive;
    font-size: 25px;
    font-family: inherit;
    word-spacing: 5px;

}

p.job-title {
    font-size: 20px;
    display: grid;
    text-align: center;
    margin: 0;
    padding: 0;
}

.job-title {
    font-size: 27px;
}

footer {
    padding: 1em 2em;
    display: flex;
    justify-content: space-between;
}


.fa-brands:hover {
    font-size: 40px;
}


/* mibile view */

@media only screen and (max-width: 768px){

    body {
        width: 400px;
        padding: 5em 0;
        background-color: aliceblue;
        font-family: inherit;
    }



    .bg {
        width: 100%;
        /* margin: 1em; */
        /* margin-left: -0.3em; */
        /* padding: 10px; */
    }

    
    .block{
        background-image:linear-gradient(rgb(13, 6, 77), rgb(6, 2, 32));
        width: 22em;
        height: 45.2em;
        margin: auto;
        /* margin-top: 1em; */
        /* border-radius: 12PX; */
        box-shadow: 0px 0px 7px -1px;
    }

    .change{
        background-color: rgb(153, 151, 157);
        width: 22em;
        height: 44em;
        margin: auto;
        /* margin-top: 1em; */
        /* border-radius: 12PX; */
        box-shadow: 7px 4px 5px 1px;
    }

        .inside{
        margin-left: 0.5em;

        width: 21em;
        height: 14em;
        background-color: rgb(255, 68, 0);
        border-bottom-right-radius:  6em;
        border-bottom-left-radius:  6em;
    }

    .enter{
        background-color: rgb(255, 68, 0);
        width: 22em;
        height: 16em;
        margin-left: 0em;
        border-bottom-right-radius:  6em;
        border-bottom-left-radius:  6em;
       
    }
    
    .iner{
        background-color: rgb(179, 212, 242);
        width: 22em;
        height: 15em;
        /* margin: auto; */
        border-bottom-right-radius:  6em;
        border-bottom-left-radius:  6em;
    
    }
    
    .round{
        /* padding-top: 36px; */
        padding-top: 7.5em;
        padding-bottom: 0;
        padding-left: 0.5em;
    
        background-color: rgb(255, 68, 0);
        width: 10em;
        height: 12.5em;
        margin: auto;
        border-bottom-right-radius:  8em;
        border-bottom-left-radius:  8em;
        box-shadow: 0 5px 9px 2px;
    
    }
    
    
    .image{
        border-radius: 20em;
        width: 8em;
        height: 8em;
        margin: 31px 4.5px;
        border: 7px solid rgb(144, 177, 208);
        background-color: rgb(179, 212, 242);
    }
    
    .cover{
        margin-top: -7.5em;
        margin-left: -5.49em;
        background-color: rgb(255, 68, 0);
        width: 332px;
        height: 7em;
    }
    
    
    .hub{
        color: white;
        font-family: arial black;
        font-size: 23px;
        margin-left: 1em;
    }
    
    .name{
        color: white;
        text-align: center;
        margin-top: 1em;
    }

    .name p {
    font-family: cursive;
    font-size: 18px;
    }

    
    .details{
        color: white;
        text-align: center;
    }

    .description {
        text-align: center;
    }
    
    .paul{
        font-size: 2.2em;
        margin-bottom: 5px;
        font-size: 35px;
        font-family: inherit;
    
    }
    
    .number{
        margin-left: 1.2em;
        margin-bottom: 10px;
        margin-top: -10px;
    }
    
    .line {
        width: 320px;
    }
    
    .job-title {
        text-align: center;
        font-size: 25px;
        margin: 25px 0 0;
    }
    
    .description {
        text-align: left;
        margin: 15px;
        font-family: sans-serif;
        font-size: 20px;
        text-align: center;
    }
    
    footer {
        padding: 15px 2em;
        display: flex;
        justify-content: space-between;
    }
    
    
    .fa-brands:hover {
        font-size: 40px;
    }

}
  

  
