body{
    background-color: rgb(218, 138, 35);
    margin: 0px;
    padding: 0px;
   overflow-x: hidden;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(0, 255, 21);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 1;
}
li{
    float:left;
    padding-right: 50px;
    padding-top: 10px;
    font-size: 35px;
    font-weight: 10000;
    font-family: "Luckiest Guy";
}
a{
    text-decoration: none;
    color: black; 
}
a:hover{
    color: blue;
}
h1{
    padding-top: 42px;
}
p{
    max-width: 70%;
    font-family: "Jost";
    font-size: 30px;
}
.content{
    padding-left: 50px;
    padding-top: 20px;
}
.myimage img{
    float: right;
    display: absolute;
    padding-top: 30px;
}
.SecondSection{
    background-color: beige;
    text-align: center;
}
.SecondSection p{
    margin-left: 15rem;
}
.skills img{
    height: 300px;
    width: 300px;
}
.skills{
    text-align: center;
    width: 100%;
}
.skills h1{
    font-family: "Monoton";
    font-size: 50px;
    font-weight: bold;
}
.footer{
    background-color:cornflowerblue;
    width:100%;
    text-align: center;
}
.footer img{
    height: 100px;
    width: 100px;
}