html{
    height: 100%;
    width: 100%;
}
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: radial-gradient(#313131,#0a0a0a);
}


.main-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 3rem;
}

.my-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 2.2rem;
    width: 100%;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}

.my-info img{
    height: 1.6rem;
    width: 1.6rem;
    /* clip-path: circle(50%); */
    border-radius: 50%;
    border: 3px solid #fff;
}

.my-info p{
    color: white;
    font-size: 0.18rem;
}

ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.3rem;
    width: 0.8rem;
}
ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.3rem;
    height: 0.3rem;
    font-size: 0.15rem;
}

ul li a:hover,a:active,a:visited,a:link,a:focus{
    outline:none;
    background: none;
    text-decoration: none;
    color: white;
}

.bottom{
    color: white;
    position: absolute;
    bottom: 0.1rem;
}