*, *::before, *::after { 
	box-sizing: border-box;
}
:root {
	font-size: 1.12rem;
}
html {
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	margin: 0px auto;
	font-size: 1rem;
	line-height: 1.5;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

nav {
	margin-left: auto;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav li {
	display: inline;
	margin-left: 10px;
}
nav a {
	font-family: "Work Sans", sans-serif;
	color: #555;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
}
h1 {
	font-family: "Work Sans", sans-serif;
	font-weight: Bold;
	line-height: 1.3;
	padding: 20px 0 20px 30px;
	margin: 0 auto;
	color: hsl(180, 38%, 31%); 
	font-size: 30px;
	text-align: left;
	text-shadow: 1px 1px 1px #025c598c, 1px 1px 1px #08aea81c,
	1px 1px 1px #035c5935, 1px 1px 0 #08aea836; color: #c1bcbc20;
}
h2 {
	font-family: "Inter", sans-serif;
	font-weight: bolder;
	font-optical-sizing: auto;
	line-height: 1.25;
	color: #0e1011;
	margin-top: 10px;

}
p {
	font-family: "Work Sans", sans-serif;
	margin: 0;
	line-height: 1.25;
}

h3 {
	font-family: "Work Sans", sans-serif;
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #00000020; 
	line-height: 0.1em;
	margin: 20px 0 20px; 
	color: #3b4343;
	text-align: center;
	font-size: 10pt;
	background-color: #fff;
 } 
 
h3 span { 
	 background:#fff; 
	 padding:0 10px; 
 }
a {
	color: hsl(219, 100%, 60%);
	text-decoration: none;
	margin-bottom: 0;
}
a:hover {
	color: hsl(219, 80%, 70%);
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1.5px solid #08aea8;
    margin: .5em 0;
    padding: 0 5px;
}
picture {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	margin-bottom: 20px;
}
.welcome {
	display: block;
	max-width: 800px;
	justify-content: center;
	align-items: center;
	margin: auto;
	background: linear-gradient( 90deg, hsla(180, 24%, 66%, 0), hsla(180, 12%, 55%, 0.301), hsla(180, 24%, 66%, 0));
	margin-bottom: 15px;
}
article {
display: grid;
gap: 20px;
grid-template-columns: 1fr;
margin: 10px 25px;
}
.main-div {
	background-color: #ffffff;
	vertical-align: bottom;
	display: inline-block;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin-bottom: 0px;
}
.main-div p {
	font-size: 1rem;
	margin-bottom: 0;
	margin-top: 0;
}

.myBtn {
    color: #08aea8;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	width: fit-content;
	margin-top: 10px;
}
.myBtn:hover {
	
}

footer {
	background-color: #7ebdbb82;
	padding: 20px;
	margin-top: 20px;
}
footer .wrapper {
	display: flex;
	align-items: center;
}
footer p {
	margin: 0;
	font-size: 15px;
}
.social {
	margin-left: auto;
}
.social a {
	text-decoration: none;
	margin-left: 10px;
	opacity: .6;
}
@media (min-width: 600px) {

article{
margin: 0px 30px;
}
}
@media (min-width: 700px) {
	h2 {
		margin: 0 auto;
	}

	p {
		font-family: "Work Sans", sans-serif;
		margin: 0;
		line-height: 1.35;
	}
	article {
grid-template-columns: 1fr 4fr 1fr;
}
article > * {
grid-column: 2 / -2;
}
}

@media (min-width: 950px) {
article {
grid-template-columns: 1fr 690px 1fr;
}
}