.my-image{
    width: 250px;
    z-index: -1;
    border-radius: 100%;
}
.self-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-container{
    border: none;
    width: 300px;
    height: 335px;
    border-radius: 100%;
    box-shadow: 0 1px 30px black; 
}
p{
    font-size: 16px;
}
body{
    background: linear-gradient(to right, #010630, rgb(102, 22, 22) );
    text-align: center; 
    display: flex;  
    justify-content: center;
    color: gray;
    font-family: arial;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    
}
.occupation{
    text-shadow: 0 1px 5px;
    margin-top: 15px;
}
.name{
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}
.brief-introduction{
    font-weight: 700;
    max-width: 450px;
    width: 350px;
}
.contact-button{
    border-radius: 50px;
    padding: 14px 30px;
    margin-top: 20px;
    background: linear-gradient(to right, #010630, rgb(102, 22, 22) );;
    color: white;
    border: 1px solid white;
    cursor: pointer;
    transition: 0.5s ease-in;
    font-weight: 700;
    font-size: 16px;

    
}
.contact-button:hover{
    background: linear-gradient(to left, #010630, rgb(102, 22, 22) );;;
    color: #010630;
    border: 1px solid #010630;

}
.half-underline{
    text-decoration: underline;
    text-decoration-style:solid;
}
.half-underline span{
    text-decoration: rgb(1, 135, 224) underline;
}
.head{
    color: white;
    position: absolute;
    left: 25px;
}
.strength{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.types {
    margin-top: 50px;
    text-align: left ;
}
.type{
    text-align: left;
    margin-top: 20px;
}
.fun-fact{
    margin-top: 50px;
    display: flex;
    flex-direction: column;

}
.fact-container, .facts-container{
    background: linear-gradient(to right, #010630, rgb(102, 22, 22) );;
    border-radius: 10px;
    color: whitesmoke;
    margin: 50px 50px;
    height: 110px;
    cursor: pointer;
    transition: 0.5s ease-in;
    box-shadow: 0px 1px 5px gray;
    padding: 25px 25px;
    margin-bottom: 70px;
}
.facts-container{
    margin: 5px 50px;
    padding: 25px 5px;
}
.fact-container:hover,.facts-container:hover{
    transform: scale(1.02);
}

.text{
    font-size: 20px;
    font-weight: 800;

}
.numeral{
    font-size: 70px;
}
.verify{
    font-weight: 600;
    transition: 0.25s ease;
}
.verify:hover{
    text-shadow: 0 1px 5px ;
}
.monkeytype{
    color: yellow;
}
.verify-statement{
    color: rgb(121, 121, 121);
}
.wpm{
    font-size: 50px;
}
