
@font-face {
  font-family: 'Betm Rounded';
  src: url('Betm-Rounded-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sunday Best';
  src: url('Sunday-Best.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,h2, button ,input,textarea,label{
  font-family: 'Sunday Best', sans-serif;
}

body,p {
  font-family: 'Betm Rounded', sans-serif;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 25px;
  border-radius: 10px;
  color: #02071a;
  text-align: center;
}

input {
  padding: 15px 25px;
  border-radius: 50px;
  zoom: 80%;
  background: #e8f0fe;
  border: 1px solid #2E2E2E;
}

textarea {
  padding: 15px 25px;
  border-radius: 10px;
  background: #e8f0fe;
  border: 1px solid #2E2E2E;
}

form {
  display: flex;
  flex-direction: column;
  align-content: center;
}

button {
  padding: 14px 5px;
  background-color: #9658a8;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  zoom: 90%;
  margin-top: 25px;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 29px;
  color: #9658a8;
}
  
p {
  margin-bottom: 40px;
  font-size: 20px;
  zoom: 110%;
}
  
h2 {
  font-size: 24px;
  font-weight: bold;
  color: #9658a8;
  margin-bottom: 10px;
}
  
.lien ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  gap: 45px;
}
  
.lien {
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
}


img {
  height: 85px;
  padding-top: 30px;
}

.social {
  padding-left: 130px;
}

.right {
  font-style: normal;
  margin-top: -20px;
  margin-bottom: 30px;
}

.left {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 65px;
}

label {
  font-size: 20px;
  zoom: 70%;
  padding-bottom: 20px;
  padding-top: 15px;
}


@media only screen and (max-width: 768px) {
.social {
  padding-left: 0;
}

.left {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 30px;
  flex-direction: column-reverse;
  align-items: center;
}

.lien {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  flex-direction: column-reverse;
}

.container {
  max-width: 425px;
  margin: 0 auto;
  padding-top: 25px;
  border-radius: 10px;
  color: #02071a;
  text-align: center;
}
}