#body {
    background-color:cornflowerblue;
}


img {
    width: 100%;
    border: 5px solid cornflowerblue;
    box-shadow: 20px 20px 5px rgb(7, 59, 77);
}
h1 {
    margin-top: 60px;
    color:black;
    font-size: 50px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background-color:tomato  
}

#step1 {
    background-color: cornflowerblue;
    display: flex;
}

#step2 {
    background-color: cornflowerblue;
    display: flex;
}

#step3 {
    background-color: cornflowerblue;
    display: flex;
}

#step4 {
    background-color: cornflowerblue;
    display: flex; 
}

#step5 {
    background-color: cornflowerblue;
    display: flex;
}

#step6 {
    background-color: cornflowerblue;
    display: flex;
}

#step7 {
    background-color: cornflowerblue;
    display: flex;
}

#step8 {
    background-color: cornflowerblue;
    display: flex;
}

#step9 {
    background-color: cornflowerblue;
    display: flex;
}

#step10 {
    background-color: cornflowerblue;
    display: flex;
}
#pic {
    background-color: khaki;
    width: 30%;
    padding: 100px; 
    margin: 30px;
    box-shadow: 20px 20px 5px rgb(7, 59, 77);
    border: 20px solid tomato;
}

#words {
    background-color: tomato;
    width: 70%;
    padding: 100px;
    margin: 30px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 50px;
    box-shadow: 20px 20px 5px rgb(7, 59, 77);
    border: 20px solid khaki;
}

html {
    scroll-behavior: smooth;
}

nav {
    background-color:darkkhaki;
    display: flex;
    justify-content: space-around;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}

a {
    font-family:Arial, Helvetica, sans-serif;
    color: black;
    font-size: 18px;
    text-decoration: none;
    padding: 20px;
    stroke-width: 30px;
}

a:hover {
    color:tomato;
    text-decoration: underline;
}
@media screen and (max-width:1300px) {
    body {
        background-color:cadetblue;
    }
    #pic {
        width: 100%;
        padding: 0px;
        margin: 0px;
        box-shadow: 0px 0px 0px rgb(7, 59, 77);
    }
    #words {
        width: 100%;
        padding: 0px;
        margin: 0px;
        font-size:30px;
        box-shadow: 0px 0px 0px rgb(7, 59, 77);
    }
    #img {
        box-shadow: 0px 0px 0px rgb(7, 59, 77);
    }
    #step1, #step2, #step3, #step4, #step5, #step6, #step7, #step8, #step9, #step10 {
        flex-wrap: wrap;

    }
}

@media screen and (max-width:200px) {
    #words {
        font-size: 10px;
        box-shadow: 0px 0px 0px
    }
}