* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Moderustic", sans-serif; }

.main-wrapper {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #f7f7f7; }
  .main-wrapper .container {
    position: relative;
    max-width: 960px;
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 14px;
    text-align: center; }
    .main-wrapper .container button {
      cursor: pointer;
      padding: 8px 20px;
      background: #0064e0;
      outline: none;
      border: none;
      font-size: 1rem;
      color: #fff;
      border-radius: 3px; }
      .main-wrapper .container button i {
        margin-left: 5px; }
    .main-wrapper .container .box {
      position: relative;
      width: 100%;
      padding: 40px 20px;
      padding-bottom: 10px;
      border-radius: 10px;
      margin-bottom: 15px;
      background: #f7f7f7;
      box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1); }
      .main-wrapper .container .box .displayQuote {
        padding-bottom: 15px; }
      .main-wrapper .container .box .author {
        color: #0064e0;
        font-size: 0.7rem;
        font-weight: bold; }
        .main-wrapper .container .box .author i {
          margin-right: 7px; }
      .main-wrapper .container .box button {
        cursor: pointer;
        padding-left: 5px;
        font-size: 1rem;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 10px;
        right: 10px;
        transform: scale(0.9);
        transition: 0.2s all ease-in-out; }
      .main-wrapper .container .box button:hover {
        transform: scale(1); }

footer {
  width: 100%;
  min-height: 20vh;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #f7f7f7; }
  footer .container {
    width: 100%;
    max-width: 580px;
    padding: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #343333; }
    footer .container h2 {
      font-size: 1.1rem;
      line-height: 1.7rem; }
    footer .container p {
      font-size: 0.9rem; }
      footer .container p span {
        font-weight: bold; }
    footer .container a {
      text-decoration: none;
      color: #343333; }
      footer .container a i {
        margin-right: 10px; }

/*# sourceMappingURL=main.css.map */
