body{
    background-color: rgb(253, 214, 155);
    margin: 0%;
}

.header{
    text-align: center;
}
.picture{
    box-shadow: 1px 6px 14px black, -1px -6px 14px black;
}
.title{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(73, 20, 20);
    font-size: 33px;
    letter-spacing: 6px;
    text-shadow: 4px 3px 6px black;
}
main{
    text-align: center;
}
.pulldownmenu ol{
  list-style: none;
}
.article{
    font-family: cursive;
}
.titlegallery{
    font-size: 23px;
    font-family: monospace;
}
.table{
  margin: auto;
  border-collapse: collapse;
  width: 60%;
}
.table th,
.table td{
    border: 1px solid black;
    padding: 10px
}
.video iframe{
  width: 800px;
  height: 500px;
  border: none;
}
.fieldset{
  margin: auto;
  border: 1px black solid;
  width: 30%;  
}
.label{
    display: block;
}
.address{
    text-align: center;
    height: 100px;
    background-color: rgb(252, 189, 108);
}

