*{
    margin: 0;
    padding: 0;
}
header{
    width: 100%;
}
#logo{
    width: 150px;
    height: 50px;
    position: relative;
    margin-left: 20%;
}
#ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 350px;
    list-style-type: none;
    position: relative;
    margin-top: -2.6%;
    margin-left: 70%;
}
.list-links{
    text-decoration: none;
    color: gray;
}
.list-links:hover{
    color: brown;
}
#my-img{
    width: 350px;
    height: 350px;
    border: none;
    border-radius: 180px;
    position: relative;
    margin-left: 55%;
    margin-top: 10%;
    box-shadow: 70px 30px 5px rgb(67, 67, 233);

}
.headers{
    position: relative;
    margin-top: -15%;
    margin-left: 10%;
    user-select: none;
}
#programming-pic{
    position: relative;
    margin-top: 25%;
    margin-left: 14%;
    margin-bottom: 10%;
    width: 55%;
    height: 400px;
    border-right: black 5px solid;
    padding-right: 100px;
}
#about-me{
    width: 20%;
    position: relative;
    margin-top: -38%;
    margin-left: 75%;
}
.about-me-txt{
    font-weight: bold;
    margin-bottom: 50px;
    user-select: none;
}
#background1{
    width: 100%;
    box-shadow: 5px 5px 5px black;
}
#motivation{
    position: relative;
    text-align: center;
    margin-top: -450px;
    color:white;
    text-shadow: 2px 3px  black;
}
#my-skills-section{
    position: relative;
    margin-top: 500px;
    margin-left: 15%;
}
#my-skills-section h1{
    position: relative;
    margin-left: 32%;
    font-weight: bolder;
    margin-bottom: 50px;
}
#my-skills-section img {
    width: 40%;
    box-shadow: 5px 5px 5px black;
}
#my-skills-section p{
    width: 40%;
    position: relative;
    margin-left: 50%;
    margin-top: -150px;
    border-left: 5px black solid;
    padding-left: 25px;
    font-weight: bold;
}
#contact-me-pic{
    width: 100%;
    margin-top: 50px;
    height: 500px;
    margin-bottom: 50px;
}
#contact-header{
    position: relative;
    margin-top: -400px;
    margin-left: 42%;
    margin-bottom: 50px;
    text-shadow: 2px 2px  white;
}
#contact-links{
    text-align: center;
}
#contact-links a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    text-shadow: 2px 2px  white;

}
#contact-links a:hover{
    color: brown;
}
#contact-links p{
    font-weight: bold;
    text-shadow: 2px 2px  white;
}
footer{
    position:relative;
    margin-top: 150px;
    background-color:black;
}
footer p{
    color: white;
    text-align: center;
    padding: 50px;
    font-weight: bolder;
    font-size: large;
}
#footer-links{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    color: white;

}
#footer-links ul li{
    padding: 15px;
}
li{
    list-style-type: none;
}
#language{
    color: white;
    position: relative;
    margin-left: 20%;
    margin-top: 100px;
}
#bye{
    color: white;
    position: relative;
    margin-left: 60%;
    display: flex;
    flex-direction: row;
    margin-top: -35px;
    padding-bottom: 25px;
    justify-content: space-around;
}
#menu{
    display: none;
}
@media only screen and (max-width: 800px) {
    *{
        margin: 0;
        padding: 0;
    }
    header{
        width: 100%;
    }
    #menu{
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        margin-top: -50px;
        margin-left: 90%;
    

    }
    #logo{
        width: 150px;
        height: 50px;
        position: relative;
        margin-left: 40%;
    }
    #ul{
       display: none;
        width: 350px;
        list-style-type: none;
        position: relative;
        margin-left: 80%;
        margin-top: 25px;
    }
    .list-links{
        text-decoration: none;
        color: gray;
    }
    .list-links:hover{
        color: brown;
    }
    #my-img{
        width: 350px;
        height: 350px;
        border: none;
        border-radius: 180px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 70px 30px 5px rgb(67, 67, 233);
    
    }
    .headers{
        display: block;
        position:relative;
        margin-top: 75px;
        text-align: center;
        user-select: none;
    }
    #programming-pic{
        display: block;
        margin-left: 25%;
        width: 100%;
        border-right: none;
        height: 400px;
        padding-right: none;
    }
    #about-me{
        width: 100%;
        position: relative;
        margin-top: 0;
        margin-left: 15%;
        text-align: center;

    }
    .about-me-txt{
        font-weight: bold;
        margin-bottom: 50px;
        user-select: none;
    }
    #background1{
        width: 100%;
        box-shadow: 5px 5px 5px black;
        margin-left: 15%;
    }
    #motivation{
        position: relative;
        text-align: center;
        margin-top: -150px;
        margin-left: 30%;
        color:white;
        text-shadow: 2px 3px  black;
    }
    #my-skills-section{
        position: relative;
        margin-top: 150px;
        margin-left: 15%;
    }
    #my-skills-section h1{
        position: relative;
        margin-left: 32%;
        font-weight: bolder;
        margin-bottom: 50px;
    }
    #my-skills-section img {
        width: 100%;
        box-shadow: 5px 5px 5px black;
        margin-left: 10%;
    }
    #my-skills-section p{
        width: 100%;
        position: relative;
        margin-left: 10%;
        margin-top: 50px;
        border-left: 5px black solid;
        padding-left: 25px;
        font-weight: bold;
    }
    #contact-me-pic{
        width: 100%;
        margin-top: 50px;
        height: 500px;
        margin-bottom: 50px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    #contact-header{
        position: relative;
        margin-top: -400px;
        margin-left: 42%;
        margin-bottom: 50px;
        text-shadow: 2px 2px  white;
    }
    #contact-links{
        text-align: center;
    }
    #contact-links a {
        text-decoration: none;
        color: black;
        font-weight: bold;
        text-shadow: 2px 2px  white;
    
    }
    #contact-links a:hover{
        color: brown;
    }
    #contact-links p{
        font-weight: bold;
        text-shadow: 2px 2px  white;
    }
    footer{
        position:relative;
        margin-top: 150px;
        background-color:black;
    }
    footer p{
        color: white;
        text-align: center;
        padding: 50px;
        font-weight: bolder;
        font-size: large;
    }
    #footer-links{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        color: white;
    
    }
    #footer-links ul li{
        padding: 15px;
    }
    li{
        list-style-type: none;
    }
    #language{
        color: white;
        position: relative;
        margin-left: 0%;
        margin-top: 100px;
    }
    #bye{
        color: white;
        position: relative;
        margin-left: 40%;
        display: flex;
        flex-direction: row;
        margin-top: -35px;
        padding-bottom: 25px;
        justify-content: space-around;
        width: 50%;
    }
}