body{
    
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    text-align: center;
    flex-direction: column;
}
main{
    flex: 1;
}
nav a{
    color: #ffffff;
    text-decoration: none;
    margin-top: 10px;
}
html{
    background: #FFBF60;
    color: #1f1f1f;
}
main p{
    margin-left: 30%;
    margin-right: 30%;
}
.contact{
    flex-direction: row;
    display: flex;
}
header{
    padding: 10px 0;
}
img{
    padding: 20px;
    width: 30%;
    height: 30%;
}
div.DaveContact{
    width: 95%;
    background: #1f1f1f;
    opacity: 1;
    border-left: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
    color: #CACACA;
}
div.MikeContact{
    width: 95%;
    background: #1f1f1f;
    opacity: 1;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
    color: #CACACA;
}
.contact{
    box-shadow: 5px 5px 5px #1f1f1f;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 10%;
    margin-right: 10%;
}
.gallery{
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1pt #1f1f1f solid;
    width: 90vw;
    height: 25%;
}
div p{
    margin: 5%;
}
#footer1{
    position: absolute;
    bottom: 0;
}
#footer2{
    float: left;
}
.gallery::-webkit-scrollbar{
    width: 15px;
    height: 15px;
}
.gallery::-webkit-scrollbar-thumb{
    background: #1f1f1f;
    border-radius: 10px;
}
.gallery::-webkit-scrollbar-track{
    background-color: #CACACA;
    border-radius: 10px;
}
.message{
    background: #1f1f1f;
    opacity: 1;
    border: 1px solid #CACACA;
    box-shadow: 5px 5px 5px #1f1f1f;
    margin: 1% 10% 1% 10%;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #CACACA;
}





