/***CSS Reset***/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/********Structure*********/
body {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

nav{
  width: 100%;
  min-height: 73px;
  background: #3B5998;
}

h2{
  display: inline-block;
  padding-top: 20px;
  padding-left:10%;
  color:#E5E5E5;
  font-family: "Mountains of Christmas";
  font-style: Regular;
  position: absolute;
  left: 0;
}

ul{
  position: absolute;
  left: 50%;
}
nav li{
  decoration: none;
  padding: 25px 75px 25px 75px;
    font-family: "Montserrat";
}

li{
  display: inline-block;
}

nav a{
  text-decoration: none;
  color:#fff;
}

main{
  margin: auto;
  max-width: 1023px;
}

h1{
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #707070;
padding: 85px 0px 150px 0px;
}

.cards{
  max-width: 1023px;
}
.card1, .card2{
display: inline-block;
width: 318px;
height: 269px;
padding: 80px 92px;
background-color: #C4C4C4;
border-radius: 22px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
}

.card1{
  float: left;
}

.card2{
  float: right;
}

.button{
  display: inline-block;
  padding-top: 100px;
}
button{
font-family: "Montserrat";
font-size: 24px;
color: #3B5998;
padding: 20px;
width: 175px;
height: 69px;
background: rgba(251, 188, 5, 0.96);
box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
border: none;
border-radius: 10px;
}

.message{
  display: block;
  padding-top:125px;
}

.curvey{
  position: absolute;
  bottom: 50%;

}

footer{
  position: absolute;
  bottom: 0;
  min-width: 100%;
  margin-top: 50px;
  min-height: 126px;
  background-color:  #FBBC05;
}
