* {
  font-family: "Titillium Web", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background: #e2dad6;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  text-decoration: none;
  color: #fea60e;
}

.head-main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 40px;
  padding: 10px;
  text-align: center;
  color: #6482ad;
}

.main-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 430px;
  width: 100%;
}

.main-box-content {
  width: 850px;
  height: 400px;
  border-radius: 25px;
  padding: 10px;
  background: #6482ad;
  color: #f5eded;
  text-align: center;
  font-size: 20px;
}

.main-box-content-text,
.contact-text {
  padding: 10px;
}

.sign {
  font-family: "Raleway Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: black;
  color: #fea60e;
  width: 60%;
  margin: 20px auto;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  font-size: 40px;
  color: #6482ad;
}

.btn {
  background: #6482ad;
  color: #fea60e;
  border: none;
  padding: 20px;
  border-radius: 5%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5eded;
  height: 50px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .head-main {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .head-main h1 {
    font-size: 2.5rem;
  }
  .head-main p {
    font-size: 1.5rem;
  }
  .main-box {
    flex-direction: column;
    height: 350px;
    width: 175px;
  }
  .main-box-content {
    padding: 10px;
    width: 350px;
  }
  .main-box-content-text {
    font-size: 1rem;
    padding: 0px;
  }
  .sign {
    width: auto;
    font-size: 2rem;
  }
  .contact {
    font-size: 1rem;
  }
}
