@charset "UTF-8";

html {
  font-family: Verdana, sans-serif;
  font-size: large;
  text-align: center;
}

body {
  background-color: #000;
  color: #fbfefb;
  margin: auto;
  text-align: center;
}

header {
  margin: auto;
  text-align: center;
}

h1 {
  color: #1d96cf;
}

h3 {
  color: #1d96cf;
}

img {
  max-width: 100%;
  height: auto;
  filter: brightness(110%) contrast(120%);
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 5px;
}

img:nth-of-type(1) {
  padding: 0;
  border: 0;
}

a {
  color: #1d96cf;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

span {
  font-size: 130%;
}

li {
  list-style: none;
  padding: 1em;
}

ul>li {
  margin: auto;
  list-style: none;
  text-align: left;
  padding: 5px;
  max-width: 400px;
}

ul {
  padding: 1em;
  max-width: 40%;
  margin: auto;
}

nav>ul>li {
  text-align: center;
  padding: 1em;
}

div>ul {
  max-width: 300px;
}

div>ul>li {
  list-style: outside;
}

footer>ul>li {
  margin: auto;
  list-style: none;
  padding: 1em;
  display: inline-flex;
}

p {
  background-color: #181818;
  text-align: justify;
  padding: 1em;
  max-width: 500px;
  margin: auto;
  box-shadow: 1px 1px 1px #0d00a6;
  border-radius: 5px;
}

footer {
  padding: 1em;
}

.attachedlink {
  position: fixed;
  right: 1%;
  z-index: 101;
}

.attachedlink>ul>li {
  list-style: none;
}

.item1, .item2, .item3 {
  width: 200px;
  border-radius: 15px;
  padding: 10px;
  background-color: #62626262;
  font-family: "Verdana", sans-serif;
  font-size: 110%;
  box-shadow: 2px 2px 2px #fff;
  transition: box-shadow 4s;
}

.item1:hover, .item2:hover, .item:hover {
  color: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: .5px;
}

.item1:active, .item2:active, .item:active {
  color: #fff;
  border-color: #fff;
}

.listpadding {
  padding: 5px;
}

.plainLink {
  color: #fff;
  text-decoration: underline;
  text-shadow: none;
}

.logo-frame {
  filter: brightness(80%);
  margin: auto;
  border-radius: 50%;
  max-width: 300px;
  background-image: radial-gradient(#fff, #000);
  transition: filter 2s ease-in;
}

.logo-banner {
  background-image: none;
  border-radius: 14px;
  z-index: -1;
  filter: invert(100%);
}

div #smart-button-container {
  width: 30%;
  margin: auto;
  padding: 1em;
}
