* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #efeff5;
}

#logo-img {
  width: 230px;
  height: auto;
}

#main-header {
  display: flex;
  flex-direction: row;
  align-items: left;
  margin: 10px 0px 20px 20px;
}

#main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

#apps-section {
  margin: 50px 0px 0px 0px;
}

h1 {
  font-size: 2.2em;
  margin: 0px 0px 20px 0px !important;
  font-weight: bolder !important;
}

h2 {
  font-size: 20px !important;
}

p {
  font-size: 15px !important;
}

#apps-btn {
  margin: 30px 0px 0px 0px;
  font-size: 1.5em;
  padding: 10px 15px 10px 15px;
  font-weight: bolder !important;
  background-color: #58068c;
  color: #fff;
  border: none;
  border-radius: 3px;
}

#more-section {
  margin: 60px 0px 0px;
}

#contact-section {
  margin: 10px 0px 5px 0px;
}

#main-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 120px 20px 0px 20px;
}

a {
  font-size: 15px !important;
  color: #57068c !important;
}

a:focus,
button:focus {
  outline: 3px solid #1ca2b0 !important;
}

hr {
  text-align: center;
  align-self: center;
  width: 90% !important;
}
