h2 {
    text-align: center;
    margin-top: 5px;
   
}
body{
    background: rgb(34,193,195);
    background: linear-gradient(90deg, rgba(34,193,195,1) 0%, rgba(240,45,253,1) 100%);
}
.name {
    text-align: center;
    border-width: 100px;
}