*b {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.first__headline {
    font-family: 'Yeseva One', cursive;
    padding-top: 100px;
}

.banner_half__width {
    width: 43%;
    float: left;
    margin-left: 7%;
}

h1 {
    font-size: 60px;
    color: #333;
    margin: 0;
    line-height: 80px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 25px;
}

span {
    color: #548CFF;
}

.vertical__line {
    margin-top: 119px;
    margin-right: 18px;
    width: 4px;
    height: 124px;
    background-color: #7900FF;
}

.head {
    display: flex;
}

.button {
    text-decoration: none;
    color: white;
    background-color: #7900FF;
    padding: 12px 16px;
    border-radius: 5px;
}

#banner__image img {
    width: 90%;
}

.goal h2 {
    text-align: center;
}

.goal {
    padding-top: 600px;
}

.language {
    height: 330px;
    width: 22%;
    border-radius: 26px;
    margin-left: 6%;
    float: left;
    padding: 20px;
}

.language img {
    width: 35%;
}

#html {
    background-color: #C8E3D4;
}

#css {
    background-color: #F6D7A7;
}

#javascript {
    background-color: #dfe6e2;
}

.develop__global {
    width: 100%;
    padding-top: 150px;
    display: flex;
    margin-left: 7%;
}

.develop__global__picture {
    width: 30%;
}

.develop__global__picture img {
    width: 100%;
    border-radius: 30px;
}

.content {
    width: 50%;
    margin-top: 15px;
}

.develop {
    margin-left: 50px;
}

.global {
    margin-right: 50px;
}

.contact {
    width: 100%;
    margin-top: 100px;
}

.contact h2 {
    text-align: center;
    color: #7900FF;
}

.contact__form {
    width: 30%;
    position: relative;
    left: 35%;
}

input[type=text],
textarea {
    width: 100%;
    padding: 12px;
    margin-top: 18px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 7px;
    resize: vertical;
}

input[type=submit] {
    background-color: #7900FF;
    color: white;
    padding: 12px 50px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 40%;
    position: relative;
    left: 68%;
}

footer {
    background-color: #222;
    color: white;
    height: 200px;
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.footer__content {
    position: absolute;
    top: 50px;
    left: 35%;
}

.footer__content h2 {
    margin: 0;
    font-family: 'Lobster', cursive;
}