body {
    margin: 0px;
    padding: 0px;
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.main {
    text-align: center;
    width: 90%;
    height: 85%;
    border: 2px soild #eee;
    -webkit-box-shadow: -1px 1px 5px 9px #eee;
    -moz-box-shadow: -1px 1px 5px 9px #eee;
    box-shadow: -1px 1px 5px 9px #eee;
}

.scroller {
    width: auto;
    height: 550px;
    overflow-y: scroll;
    scrollbar-color: green;
}

#h1 {
    text-align: center;
    margin: 0;
    font-size: 105px;
    font-weight: bold;
    padding: 20px 0px;
    font-family: 'Tangerine', 'Russo One', sans-serif;
}

.name_div {
    margin-bottom: 30px;
    padding: 20px;
}

.container {
    width: 70%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 10px auto;
    padding: 10px 20px;
}

.container_img {
    width: 350px;
    height: 350;
    display: flex;
    align-items: center;
    margin: auto;
}

.container_about {
    width: 450px;
    height: 450;
    margin: auto;
    border-radius: 10px;
    padding: 10px 20px;
}

.profile_img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    padding: 50px;
}

#profile_img {
    width: 100%;
}

.heading {
    margin: 0px;
    font-size: 35px;
    margin-bottom: 20px;
    font-family: 'Roboto Mono', monospace, cursive, sans-serif;
    letter-spacing: 1.3px;
}

.dis_about {
    text-align: left;
    letter-spacing: 1.2px;
    font-size: 20px;
    color: rgb(86, 86, 86);
}

.overlap {
    width: 60%;
    border: 3px solid green;
    padding: 30px 50px;
    background-color: #eee;
    border-radius: 10px;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 30px;
    margin-top: 30px;
}

.sp {
    margin-left: 20px;
    cursor: pointer;
    background-color: #eee;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 10px 10px;
}

.sp:hover {
    background-color: #c0c0c0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: green;
}

.container_form {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

form {
    padding: 10px 20px;
}

label {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 25px;
    text-align: left;
    font-family: 'Roboto Mono', monospace, cursive, sans-serif;
    display: block;
}

input {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    display: block;
    justify-content: left;
}

textarea {
    margin-top: 10px;
    width: 100%;
    display: block;
    border-radius: 6px;
    justify-content: left;
}

#btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Courier New;
    color: #ffffff;
    font-size: 25px;
    margin-top: 10px;
    justify-content: left;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

#btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

h2 {
    margin: 0px;
    font-size: 50px;
    font-family: 'Russo One', 'Roboto Mono', monospace, cursive, sans-serif;
}

.row {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.wh1 {
    width: 250px;
    background-color: #3498db;
}

.wh2 {
    width: 250px;
    background-color: aquamarine;
}

.skill_about {
    height: max-content;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: -20px auto 60px auto;
}

.skill {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 400px;
    height: 400px;
}

.about {
    margin: auto;
    width: 450px;
    height: 450px;
    border: 2px solid orange;
    border-radius: 10px;
    padding: 0px 30px;
}

#line {
    transform: rotate(90deg);
    letter-spacing: 1.2rem;
    color: #757676;
    font-size: 60px;
}

.skill_row {
    display: flex;
    flex-direction: row;
}

.pd_10 {
    padding: 10px;
}

.pd_0 {
    padding: 0px;
}

.md_0 {
    margin: 0px;
}

.lh {
    line-height: 2.1rem;
}

.wh1 p {
    font-size: 20px;
    color: white;
}

.wh2 p {
    font-size: 20px;
    color: black;
}

.container_projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box {
    margin: 0px 0px 20px 20px;
    width: 25%;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

.pro_class {
    width: 100%;
    height: 100%;
}

.left {
    text-align: right;
    margin: 5px 10px;
    font-size: 20px;
}

span a {
    float: right;
    margin-left: 5px;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #eee;
    color: white;
    transform: rotateY(180deg);
}