*{box-sizing: border-box;}
body {
    background-color: rgb(109, 109, 109);
    ;
}
h1 {
    padding-left: 200px;
    font-size: 63px;
    color: #012d3e;
    margin-block: auto;
}
h3 {
    color: #012d3e;
    margin: 0px;
    font-size: 30px;
}
header{
    display: flex;
    flex-direction: column;
    align-items: center
}
h2 {
    color: #012d3e;
    font-size: 35px;
    text-decoration: underline;
}
h4{     
    color: #012d3e;     
    margin: 0px;     
    font-size: 20px;     
    margin-bottom: 10px;     
    padding-right: 600px; 
} 
p{
    font-size: 20px;
    color: black;
    text-align: center;
    padding-left: 75px;
    padding-right: 75px;
}
button{
    font-size: 25px;
    padding: 20px 75px;
    border-radius: 7px;
    background-color: #279ca2;
}
button a{
    color: #0d0d0d;
    text-decoration: none;
}
button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
iframe{
    margin: 15px;
}
#gallery{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 35px;
    background-color: rgb(109, 109, 109);
}
#logo{  
    background-image: url(CountofMontyLogo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 275px;    
    width: 965px; 
}