@charset "UTF-8";
/* CSS Document */
header{text-align: center}
h1{font-family:"Baloo Thambi 2"; font-weight: bold; color: #212f3c; font-size: 66px; text-align: center}
h2{font-family:"Baloo Thambi 2"; font-weight: bold; color: #fdfefe; font-size: 40px; background-color: #212f3c; text-align: center; margin-top: 10px; margin-bottom: 10px;}
h3{font-family:"Baloo Thambi 2"; font-weight: bold; color: #fdfefe; font-size: 28px; background-color: #212f3c; text-align: center;margin-top: 10px; margin-bottom: 10px;}
p{font-family:"Bodoni"; color: #212f3c; font-size: 18px; text-align: center; margin-top: 10px; margin-bottom: 10px;}
.subscribe{font-family:"Baloo Thambi 2"; font-weight: bold; color: #fdfefe; font-size: 36px; background-color: #27ae60;}
nav{background-color: #212f3c; padding:20px; text-align: center;}
nav a{font-family:"Baloo Thambi 2"; font-weight: bold; color: #fdfefe; font-size: 18px; background-color: #21618c; text-decoration: none; margin: 15px;padding:5px; text-align: center;}
#wrapper{background-color:#d0d3d4; width: 80%; margin-left: auto; margin-right: auto; text-align: center; padding-bottom: 50px;}
body{background-color: #fdfefe;}
footer{text-align: center;}
form p {display: flex;align-items: center;margin-bottom: 10px;}
#container1 {display: flex; justify-content:center;}
#container1 img {margin-right:20px;}
.btn {font-family:"Baloo Thambi 2"; font-weight: bold; color: #fdfefe; font-size: 18px; background-color: #21618c; text-decoration: none; margin: 10px; padding:5px; text-align: center;}
.gallery{margin: 5px 5px 5px 5px }
.image-container{display:flex; flex-wrap:wrap; justify-content: center;}
.center{justify-content:center;margin-left:auto; margin-right:auto;}
ul {list-style-type: circle; list-style-position: inside;}