/* UNIVERSAL */

body {
  background-color: #eeeeee;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Roboto", arial, sans-serif;
}

.container {
  /* outline: 3px solid green; */
  display: flex;
  flex-direction: column;
}

.info,
.footer,
.sign-up {
  background-color: #eeeeee;
}

.navbar,
.main {
  background-color: #394955;
}

/* HEADER */
.navbar {
  display: flex;
  padding: 20px 0px 20px 80px;
  align-items: center;
  outline: 2px solid red;
}

.navbar img {
  max-width: 60px;
  max-height: auto;
  margin-right: auto;
}

.nav-right {
  display: flex;
  margin-left: auto;
  padding: 0px 100px 0px 0px;
}

.nav-right a {
  text-decoration: none;
  color: #e5e7eb;
  font-size: 18px;
  padding: 10px;
  font-family: "Roboto", arial, sans-serif;
}

/* MAIN BODY */

.main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px 60px 60px;
  flex-wrap: wrap;
}

.main-text {
  flex-basis: 400px;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-right: 50px;
}

.main-text p {
  color: #eeeeee;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  color: #e1d4bb;
  margin: 0;
  font-family: "Roboto", arial;
}

.main button {
  display: block;
  text-align: center;
  width: 110px;
  border: none;
  background: #3882f6;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  font-family: "Roboto", arial;
  text-decoration: none;
  font-weight: bold;
}

.main img {
  height: 400px;
  width: auto;
  object-fit: cover;
  border: 4px solid #e1d4bb;
  border-radius: 15px;
  margin: 5px 20px 0px 20px;
}
/* INFO FACTS */

.info {
  align-items: center;
  padding: 20px 20px;
}

.info h2 {
  display: block;
  margin-block-start: 12px;
  margin-block-end: 32px;
  color: #7f6a53;
  font-weight: 900;
  font-size: 4em;
}

.info p {
  color: #394955;
  text-align: center;
}

.info-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.info img {
  height: 200px;
  width: 400px;
  object-fit: cover;
  border: 4px solid #537188;
  border-radius: 15px;
  margin: 5px 20px 0px 20px;
}

/* QUOTES */

.quotes {
  background-color: #9cadbc;
  padding: 20px 200px;
}

.quotes-text {
  font-size: 36px;
  font-style: italic;
  font-weight: lighter;
  text-align: right;
  color: #ffeccc;
  font-family: "Roboto", arial;
}

.quotes b {
  display: flex;
  font-size: 16px;
  text-align: right;
  color: #394955;
  font-family: "Roboto", arial;
  justify-content: flex-end;
}

/* SIGN UP TEXT */

.sign-up {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 40px;
  background-color: #537188;
  border-radius: 5px;
  margin: 80px auto;
  color: #f9faf8;
  flex-flow: row wrap;
}

.right {
  display: block;
  text-align: left;
}

.right h1 {
  font-size: 2em;
  font-weight: bolder;
}

.left button {
  display: block;
  text-align: center;
  width: 110px;
  border: none;
  background: #3882f6;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  font-family: "Roboto", arial;
  text-decoration: none;
  font-weight: bold;
}

/* FOOTER */

.footer {
  /* outline: 3px solid green; */
  color: #7f6a53;
  font-weight: bolder;
  margin: 0 5px;
  padding: 5px 5px;
}
