@import"./responsive.css";

.body{
    margin: 0%;
    padding: 0%;
    font-family: 'Castoro', serif;
}

.container{
    display: block;
    width: 50%;
    margin: 0 auto;
}

.title{
    margin: 0 auto;
    display: block;
    height: 50px;
    width: 50%;
    margin-top: 50px;
    text-shadow: 2px 2px rgb(183, 235, 255);
}

.title p{
    text-align: center;
}

.title p a{
    position: relative;
    text-decoration: none;
    color: rgb(0, 183, 255);
    font-size: 20px;
    font-weight: 600;
}

.title p a::after{
    content: "";
    width: 70px;
    height: 2px;
    display: block;
    background: rgb(0, 183, 255);
    position: absolute;
    right: 0;
    left: 0;
    bottom: -6;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 50%;
}

.title p a:hover{
    color: rgb(12, 163, 223);
}

.main{
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 5px;
    box-shadow: 0 3px 8px rgb(177 177 177);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.img-circle1{
    height: 120px;
    width: 120px;
    margin: 0 auto;
    background-color:  rgb(0, 183, 255);
    border-radius: 50%;
}

.img-circle2{
    height: 110px;
    width: 110px;
    border-radius: 50%;
    position: relative;
}

.icon{
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: rgb(0, 183, 255);
}

#logo{
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    margin: 4px 3px;
    object-fit: cover;
}

.png{
    position: absolute;
    height: 60%;
    width: 60%;
    border-radius: 50%;
    margin-left: 6px;
    margin-top: 6px;
    filter: invert(100);
}

.bio{
    display: block;
    margin-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
}

#author{
    text-align: center;
    margin-top: 2px;
    font-weight: 900;
}

#job{
    text-align: center;
    margin-top: -10px;
    color: rgb(0, 183, 255);
}

#info{
    margin-top: -5px;
    line-height: 20px;
    text-align: center;
    color: rgb(133, 133, 133);
    padding: 0 25px;
    margin-bottom: 20px;
}

.common-slide-btn{
    border: 1px white;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 65px;
    padding: 5px 7px;
    border-radius: 4px;
}
.pre-Btn{
    left: -21px;
}

.pre-Btn img{
    height: 20px;
    width: 20px;
}

.post-Btn{
    right: -21px;
}

.post-Btn img{
    height: 20px;
    width: 20px;
    background-color: #fff;
}

.follow-Btn{
    display: block;
    margin: 0px auto;
    border-radius: 6px;
    padding: .5rem 1.5rem;
    font-family: 'Ubuntu', sans-serif;
    border: 2px solid  rgb(255, 255, 255);
    cursor: pointer;
    font-weight: 500;
    background-color:  rgb(0, 183, 255);
    color: aliceblue;
    line-height: 20px;
}