*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  width: 100%;
  height: 100%;
  position: absolute;
}

#container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#main {
  width: 80%;
  max-width: 600px;
}

h1,h2,.explanation {
  padding-left: 10px;
}

h1 {
  font-size: 38px;
  img {
    fill: #333;
  }
  a {
    color: #333;
    text-decoration: none;
  }
}

h2 {
  font-size: 24px;
}

form {
  font-family: "Figtree", sans-serif;
  margin-bottom: 25px;

  p {
    margin: 0;
    padding: 0;
  }

  label {
    display: block;
    margin: 5px 0px 5px 0px;
  }

  input {
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border: #cccccc solid 1px;
    border-radius: 10px;
  }

  button {
    font-family: "Figtree", sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    background-color: #ae00ff;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    border-radius: 12px;
  }
  button:hover {
    background-color: #333333;
  }

  .button-action {
    text-align: right;
  }
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  p {
    font-size: 12px;
    text-align: center;
    a {
      color: #000;
    }
  }
}

.explanation {
  margin-bottom: 20px;
}

.top {
  font-size: 16px;
}

.url-display {
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #888888;
}

.share-site {
  width: 100%;
  padding: 5px 10px 5px 10px;
  margin: 5px 0px 5px 0px;
  border-radius: 15px;
  border: #cccccc solid 1px;
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  text-decoration: none;
  color: #888888;
  font-size: 18px;
  img {
    margin-top: 6px;
    max-width: 22px;
  }
}

.share-site:hover {
  background-color: #eeeeee;
}

#button-action-holder {
  visibility: hidden;
}

#error {
  font-weight: 600;
  color: #888;
  display: none;
}

#sites-list {
  margin-bottom: 45px;
}

.gap {
  margin-top: 45px;
}
