*{
    margin: 0px;
    padding: 0px;
}
.section-one{
    background-color: black;
    color: white;
    padding-left: 15px;
    border-radius: 15px;
    padding: 15px;
}
.container{
    padding: 30px;
}
.section-one__name{
    font-size: 60px;
    padding-top: 5px;
}
.section-one__role{
    font-size: 25px;
    padding-top: 2px;
}
.section-one a{
    color: white;
    font-size: 25px;
    padding-bottom: 4px;
    text-decoration: none;
    border: solid 1px;
    border-color: orange;
    background-color: orange;
    border-radius: 2px;

} 
.section-one a:hover
{
    border: none;
    color: black;
    font-size: 30px;
}
.section-two__about{
    text-decoration: underline;
    font-size: 30px;
    padding-top: 10px;
}
.section-two p
{
    padding-top: 4px;
    font-size: 18px;
}
.section-three{
    margin-top: 15px;
}
.section-three__1{
    display: inline-block;
    background-color: darksalmon;
    height: 100px;
    font-size: medium;
    vertical-align: top;
    padding-left: 10px;
    border-radius: 12px;
}
.section-three__interest{
    color: white;
    
}
.section-three ol{
    list-style: none;
}
.section-three__2
{
    display: inline-block;
    background-color: rgb(98, 98, 201);
    height: 100px;
    font-size: medium;
    vertical-align: top;
    padding-left: 15px;
    margin-left: 15px;
    border-radius: 15px;
}
.section-three__projects
{
    color: white;

}
.section-four
{
    background-color: black;
    color: white;
    margin-top: 15px;
}
.section-four__title
{
    font-size: x-large;
}
.section-four a{
    color: skyblue;
}
.section-four a:hover
{
    color: rgb(238, 103, 130);
    font-size: 20px;
}