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


@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: #D0AFC7;*/
    }
}
nav{
    width: 100%;
    height: 120px;
    background-color: rgb(220, 190, 190);
    /*background-color: #B596AC;*/
    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: #D0AFC7;*/
}

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

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

.container{
    background-color: rgb(255, 230, 230);
    /*background-color: #EED4E8;*/
    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: 200px;
}

.video img{
    height: 200px;
}

.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: #B596AC;*/
    text-align: center;
    padding-top: 15px;
    font-size: 1em;
}
