@charset "utf-8";

body {
margin: 0;
font-family: sans-serif;
color:#252525;
font-size:16px;
}

.container {
margin: 0 auto;
max-width: 900px;
}

header {
padding: 20px;
background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,252,45,1) 100%);
}
    
main {
padding: 20px;
background-color: #fff;
}
footer {
padding: 10px;
background-color: #ffa500;
text-align: center;
}

h1{
color:#fff;
text-align: center;
}

h2 {
position: relative;
padding: 0.6rem 0.5rem;
margin-bottom: 0.5rem;
border-top: 3px solid #5c9291;
border-bottom: 10px double #5c9291;
font-weight: bold;
font-size: 24px;
color: #2c4f54;
text-align: center;
}
img{
max-width:100%;
height:auto;
}

.naka{
text-align: center;
}

.box{
padding: 20px;
margin: 20px;
border:4px dotted #f0f8ff;
border-radius: 15px;
display: flex;
flex-wrap:wrap;    
justify-content: space-around; 
background-color:brown;
color:floralwhite    
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
