header h1{
    padding-left: 5px;
}
header{
    background-color: white;
}
header button{
    float: left;
    border: 3px;
    border-bottom: 1px;
    border-top: 1px;
    border-style: solid;
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
header a:nth-child(2) button{
    cursor: not-allowed;
    background-color: #f7e4de;
}
header a:nth-child(2) button{
    border-left: 10px;
}
header a:nth-child(3) button{
    border-left: 10px;
    border-right: 10px;
}
button{
    transition-duration: 0.4s;
}
header button{
    background-color: white;
}
header button:hover{
    background-color: #f7e4de;
    box-shadow: 0 5px 16px 0 black;
}
body{
    padding: 0;
    margin: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.nav-bar{
    width: 100%;
}
.Recent-Art{
    display: flex;
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
.Coding-Projects{
    display: flex;
    width: 100%;
    background-color: white;
    border: 1px;
    border-style: solid;
}
.Recent-Art h2{
    font-size: 42px;
    margin-right: -100px;
    padding-left: 10px;
}
.Recent-Art img{
    margin-left: 180px;
    border: 2px;
    border-style: solid;
}
.Recent-Art{
    display: flex;
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
.Recent-Art button{
    background-color: white;
    font-size: 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.Recent-Art button:hover{
    box-shadow: 0 5px 16px 0 black;
}
.Recent-Art a {
    padding-left: 15%;
}
.caption-style{
    padding-top: 150px;
    max-width: 300px;
    font-size: 32px;
    padding-left: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.Commission-Art{
    display: flex;
    width: 100%;
    background-color: white;
    border: 1px;
    border-style: solid;
}
.Commission-Art h2{
    font-size: 42px;
    padding-left: 10px;
    max-width: 600px;
}
.Commission-Art img{
    height: 600px;
    width: 500px;
    float: right;
    margin-left: 300px;
    border: 2px;
    border-style: solid;
}
.Commission-Art p{
    font-size: 30px;
    max-width: 600px;
    padding: 10px;
}
.Commission-Art button{
    background-color: #f7e4de;
    font-size: 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.Commission-Art button:hover{
    box-shadow: 0 5px 16px 0 black;
}
.Commission-Art a {
    padding-left: 15%;
}
footer{
    background-color: #f7e4de;
}