@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

html, body {
  overflow-x: hidden !important;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  min-height: 100vh;
}

.wrapper {
  padding: 20px;
}

::selection {
  background: rgba(20, 20, 20, .3) !important;
}

* {
  font-weight: 200;
  scrollbar-width: thin !important;
  scrollbar-color: #acacac #ffffffff !important;
}

a {
  color: #416dea;
}

a:hover {
  color: #6589ed;
}

a:active {
  color: #445c9e;
}

.main-title {
  font-size: 80px;
  font-family: "Lato", Arial;
  text-align: left;
}

.button {
  color: #000;
  background: #f1c49c;
  border: 4px solid #333;
  border-image: linear-gradient(to top right, #f8bb86, #fff) 1 / 20px;
  margin-right: 8px;
  transition: opacity 1s ease-in-out;
}

.offset-btn {
  position: absolute;
  z-index: -1;
  border-image: linear-gradient(to top left, #f8bb86, #fff) 1 / 20px;
}

.button-wrapper {
  display: inline-block;
}

.button-wrapper > .button:not(.offset-btn):hover {
  opacity: 0;
  border-image: none !important;
  border-color: transparent !important;
}

.button-wrapper > .button:not(.offset-btn):not(:hover) {
  opacity: 1;
}

.card {
  position: relative;
  min-width: 150px;
  width: 200px;
  height: 200px;
  background: #eee;
  margin: 20px;
  padding: 5px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.card .card-title {
  font-size: 20px;
  font-family: "Lato", Arial;
  text-align: center;
}

.card .card-description {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-align: center;
}

hr {
  background: #999;
  border: none;
  outline: none;
  line-height: 2px;
  height: 2px;
  width: 100%;
}

.card-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-title {
  font-size: 30px;
  font-family: "Lato", Arial;
  text-align: center;
}

p.body-description {
  position: relative;
  text-align: center;
  word-wrap: break-word;
  width: 50%;
  left: 50%;
  margin-left: -25%;
}

ul {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  width: 60%;
  word-wrap: break-word;
  left: 50%;
  margin-left: -30%;
  padding: 0 !important;
}

ul li {
  text-align: left;
}

.license-wrapper {
  font-family: "Lato", Arial;
}

.block {
  margin-left: 30px;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

li {
  list-style-type: square;
}