body{
    box-sizing: border-box;
}
.tsdevpl_main_content {
    display: flex;
    width: 1000px;
    height: auto;
}

.tsdevpl_left_content {
    width: 70%;
    height: auto;
    background-color: #ffffff;
    padding: 25px;
    margin: 25px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tsdevpl_right_content {
    width: 30%;
    overflow: hidden;
    height: auto;
    background-color: #ffffff;
    padding: 25px;
    margin: 25px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tsdevpl-top-img {
    background-image: url('../img/author/wordpress-developer.png');
    background-size: cover;
    height: 200px;
    width: 200px;
    background-position: center center;
    border: 4px solid #ff6347;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 20px 4px;
    margin: 0 auto;
}

/* .tsdevpl-top-img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsdevpl-top-img img {
    width: 200px;
    height: 200px;
    text-align: center;
    border: 4px solid tomato;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 20px 4px;
} */

.tsdevpl_left_content form {
    display: flex;
    flex-direction: column;
}

.tsdevpl_left_content form label {
    font-weight: 600;
    margin-bottom: 3px;
}

.tsdevpl_left_content form input {
    height: 40px;
    margin-bottom: 5px;
}

.tsdevpl_left_content form input:focus {
    outline-color: #FF6347;
    border: none;
}

.tsdevpl_left_content form input[type="color"], .tsdevpl_left_content form input[type="submit"] {
    width: 100%;
}

.tsdevpl_left_content form input[type="submit"] {
    font-weight: 600;
    margin-top: -6px;
}
.tsdevpl-about-author .title {
    margin-bottom: 5px;
    margin-top: 26px;
    border-bottom: 2px solid #FF6347;
    padding-bottom: 2px;
    text-align: center;
    border-top: 2px solid #FF6347;
    padding-top: 2px;
}

.cta{
    margin-top: 15px;
}

.cta ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.cta ul li {
    margin: 0 10px;
}

.cta ul li:nth-child(1) a svg{
    fill: #25D366;
    width: 50px;
    height: 50px;
}

.cta ul li:nth-child(2) a svg{
    fill: #0A66C2;
    width: 50px;
    height: 50px;
}

.cta ul li:nth-child(3) a svg{
    fill: #0A66C2;
    width: 50px;
    height: 50px;
}

