*{
    padding: 0;
    margin: 0;
   
  
}
body{
    font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
}
.container{
    margin: 50px;
}
.section-one{
    background-color: black;
    color: white;
    padding: 20px;

}
.section-one__name{
    font-size: 60px;
}
.section-one__role{
    font-size: 30px;
    margin-top: 10px;
}
.section-one__contact{
    background-color: rgb(251, 121, 70);
    color: white;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    margin-top: 10px;

}
.section-two__desc{
    text-align: justify;
}
.section-two, .section-three, .section-four, .section-five{
    margin-top: 20px;
}
.section-two__desc, .section-three__desc, .section-four__desc, .section-five__desc{
    margin-top: 10px;
}
.section-three__desc, .section-four__desc{
list-style-type: none;}
.section-five{
    background-color: black;
    color: white;
    padding: 20px;
}
.section-five a{
    color: skyblue;
}
.section-three{
    background-color: #6462fd;
    color: black;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    height: 200px;
    vertical-align: top;
}
.section-four{
    background-color: #FE7517;
    color: black;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    height: 200px;
    vertical-align: top;
}
.contact-form{
    margin-top: 20px;
}
.contact-form__input, .contact-form__textare, .contact-form__submit{
    margin-top: 10px;
}
.contact-form__input{
    padding: 10px;
    border: none;
    border-bottom: solid 1px black;

}
.contact-form__textare{
    padding: 10px;
    border: none;
    border: solid 1px black;

}
.contact-form__submit{
    padding: 10px 20px 10px 20px;
    background-color: orangered;
    color: black;
    border: none;
}