html{
    scroll-behavior: smooth;
    margin: 0;
    height: 100%;
    width: 100%;
    /*background-color: rgb(240, 210, 210);*/
    background-color: #A796BA;
}


@media only screen and (max-width: 600px) {
    body {
        font-size: 16px;
        font-family: tahoma, verdana, segoe, sans-serif;
        color: black;
        /*background-color: rgb(240, 210, 210);*/
        background-color: #A796BA;
    }
}
nav{
    width: 100%;
    height: 120px;
    /*background-color: rgb(220, 190, 190);*/
    background-color: #C2B2D9;
    display: flex;
    justify-content: space-evenly;
}

nav a{
    padding: 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    color: black;
}

nav a:hover{
    /*background-color: rgb(230, 200, 200);*/
    background-color: #A796BA;
}

header{
    /*background-color: rgb(240, 210, 210);*/
    background-color: #A796BA;
    background-image: url("../includes/alley.jpg");
    height: 200px;
    padding-top: 80px;
    /*margin-bottom: 40px;*/
    /*margin-top: 20px;*/
    margin: 20px 10% 40px 10%;
    font-size: 5em;
    font-weight: bold;
    text-align: center;
    color: white;
}

main{
    width: 100%;
    /*background-color: rgb(240, 210, 210);*/
    background-color: #A796BA;
}

.container{
    /*background-color: rgb(255, 230, 230);*/
    background-color: #DDD1ED;
    padding: 50px;
    margin: 0 10% 30px 10%;
}

h1{
    font-weight: bold;
    font-size: 2em;
    margin-left: 20px;
    margin-top: 0;
    text-align: center;
}

p{
    font-size: 1em;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 30px;
    text-align: center;
}

.image-container{
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
}

.image-container img{
    height: 120px;
}

.code-pic{
    height: 300px;
    display: block;
    margin: 30px auto 30px auto;
}

.video{
    text-align: center;
}

footer{
    width: 100%;
    height: 80px;
    /*background-color: rgb(220, 190, 190);*/
    background-color: #C2B2D9;
    text-align: center;
    padding-top: 15px;
    font-size: 1em;
}
