body {
  margin: 0;
  color: #fff;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 16px;
  background-color: #0e0e0e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Ccircle stroke='%23C23041' vector-effect='non-scaling-stroke' id='a' fill='none' stroke-width='1.5' r='315'/%3E%3Cuse id='f' href='%23a' stroke-dasharray='100 100 100 9999'/%3E%3Cuse id='b' href='%23a' stroke-dasharray='250 250 250 250 250 9999'/%3E%3Cuse id='e' href='%23a' stroke-dasharray='1000 500 1000 500 9999'/%3E%3Cuse id='g' href='%23a' stroke-dasharray='1500 9999'/%3E%3Cuse id='h' href='%23a' stroke-dasharray='2000 500 500 9999'/%3E%3Cuse id='j' href='%23a' stroke-dasharray='800 800 800 800 800 9999'/%3E%3Cuse id='k' href='%23a' stroke-dasharray='1200 1200 1200 1200 1200 9999'/%3E%3Cuse id='l' href='%23a' stroke-dasharray='1600 1600 1600 1600 1600 9999'/%3E%3C/defs%3E%3Cg transform='translate(1000 750)' stroke-opacity='0.55'%3E%3Cg transform='rotate(190.8 0 0)' %3E%3Ccircle fill='%23C23041' fill-opacity='0.55' r='10'/%3E%3Cg transform='rotate(-276 0 0)'%3E%3Cuse href='%23f' transform='scale(.1) rotate(50 0 0)' /%3E%3Cuse href='%23f' transform='scale(.2) rotate(100 0 0)' /%3E%3Cuse href='%23f' transform='scale(.3) rotate(150 0 0)' /%3E%3C/g%3E%3Cg %3E%3Cuse href='%23b' transform='scale(.4) rotate(200 0 0)' /%3E%3Cuse href='%23z' transform='scale(.5) rotate(250 0 0)' /%3E%3C/g%3E%3Cg id='z' transform='rotate(124.2 0 0)'%3E%3Cg transform='rotate(119.25 0 0)'%3E%3Cuse href='%23b'/%3E%3Cuse href='%23b' transform='scale(1.2) rotate(90 0 0)' /%3E%3Cuse href='%23b' transform='scale(1.4) rotate(60 0 0)' /%3E%3Cuse href='%23e' transform='scale(1.6) rotate(120 0 0)' /%3E%3Cuse href='%23e' transform='scale(1.8) rotate(30 0 0)' /%3E%3C/g%3E%3C/g%3E%3Cg id='y' transform=''%3E%3Cg transform='rotate(71.55 0 0)'%3E%3Cuse href='%23e' transform='scale(1.1) rotate(20 0 0)' /%3E%3Cuse href='%23g' transform='scale(1.3) rotate(-40 0 0)' /%3E%3Cuse href='%23g' transform='scale(1.5) rotate(60 0 0)' /%3E%3Cuse href='%23h' transform='scale(1.7) rotate(-80 0 0)' /%3E%3Cuse href='%23j' transform='scale(1.9) rotate(100 0 0)' /%3E%3C/g%3E%3C/g%3E%3Cg transform='rotate(-143.1 0 0)'%3E%3Cg transform='rotate(-124.2 0 0)'%3E%3Cg transform=''%3E%3Cuse href='%23h' transform='scale(2) rotate(60 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.1) rotate(120 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.3) rotate(180 0 0)'/%3E%3Cuse href='%23h' transform='scale(2.4) rotate(240 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.5) rotate(300 0 0)'/%3E%3C/g%3E%3Cuse href='%23y' transform='scale(2) rotate(180 0 0)' /%3E%3Cuse href='%23j' transform='scale(2.7)'/%3E%3Cuse href='%23j' transform='scale(2.8) rotate(45 0 0)'/%3E%3Cuse href='%23j' transform='scale(2.9) rotate(90 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.1) rotate(135 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.2) rotate(180 0 0)'/%3E%3C/g%3E%3Cuse href='%23k' transform='scale(3.3) rotate(225 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.5) rotate(270 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.6) rotate(315 0 0)'/%3E%3Cuse href='%23k' transform='scale(3.7)'/%3E%3Cuse href='%23k' transform='scale(3.9) rotate(75 0 0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.page {
  max-width: 800px;
  height: 100vh;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .page {
    flex-direction: column;
    justify-content: flex-start;
  }
  .container {
    flex-direction: column;
    border-radius: 0 !important;
    height: 100%;
  }
  .container .column:first-child {
    padding-bottom: 0 !important;
    padding-right: 20px !important;
  }
  .container .column .logo {
    height: 300px !important;
  }
}
.container {
  background-color: #C23041;
  border-radius: 10px;
  width: 100%;
  display: flex;
}
.container .column {
  flex: 1;
  padding: 20px;
}
.container .column:first-child {
  padding-right: 0;
}
.container .column .logo {
  width: 100%;
  height: 35em;
  border-radius: 10px;
  display: flex;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .column .name p {
  color: #d8d8d8;
}
.container .column .header {
  padding: 0 10px;
}
.container .column .header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.container .column .icons {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 10px;
  flex-direction: row;
  margin: 10px;
}
.container .column .icons .icon {
  margin: 0 5px;
  height: 30px;
  width: auto;
}
.container .column .icons .icon:first-child {
  margin-left: 0;
}
.container .column p {
  padding: 0 10px;
}
.container .column h3 {
  margin-top: 5px;
}
.container .column hr {
  margin: 0 10px;
}

.buttons .button {
  background-color: #0e0e0e;
  margin: 15px 8px;
  padding: 18px 20px;
  border-radius: 10px;
  text-align: center;
}
.buttons .button:hover {
  background-color: #222222;
  transition: 0.7s;
  cursor: pointer;
}
.buttons .button:active {
  background-color: #0e0e0e;
}/*# sourceMappingURL=styles.css.map */