*,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: 0;
  text-decoration: none;
  list-style: none; }

body {
  background: url(../imgs/bg.png) no-repeat center top;
  font-family: "beaufort-pro", serif;
  font-weight: 900 !important;
  font-style: normal;
  height: 1000px; }

.button {
  width: 263px;
  height: 111px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 550;
  text-transform: uppercase;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
  line-height: 111px;
  text-align: center;
  transition: 0.3s all ease-in-out; }
  .button:hover {
    filter: brightness(135%); }

.button-blue {
  background: url(../imgs/button_blue.png) no-repeat center; }

.button-red {
  background: url(../imgs/button_red.png) no-repeat center; }

header {
  height: 400px; }

.server-list {
  margin-top: 50px; }
  .server-list .server-col {
    max-width: 400px;
    height: 500px; }
    .server-list .server-col .card {
      border: 0;
      border-radius: 0;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 50%, transparent);
      color: #cecece; }
      .server-list .server-col .card .card-header {
        margin-top: 18px;
        text-align: center;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-weight: 900; }
        .server-list .server-col .card .card-header h3 {
          text-transform: uppercase;
          font-weight: 600; }
      .server-list .server-col .card::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 48px;
        background: rgba(0, 0, 0, 0.5);
        z-index: 0;
        background: url(../imgs/top_border.png) no-repeat center; }
      .server-list .server-col .card .server-config-list {
        width: 100%;
        margin-top: 15px;
        padding: 0 20px; }
        .server-list .server-col .card .server-config-list li {
          margin: 10px 0;
          display: flex;
          justify-content: space-between;
          align-items: center;
          text-transform: uppercase; }
          .server-list .server-col .card .server-config-list li span:first-child {
            font-weight: 500;
            flex: 1; }
          .server-list .server-col .card .server-config-list li span:last-child {
            font-weight: 600;
            color: #cf574d; }
          .server-list .server-col .card .server-config-list li::before {
            content: url(../imgs/dot_text.png);
            margin-right: 10px;
            width: 16px;
            height: 16px;
            display: inline-block;
            vertical-align: middle; }
      .server-list .server-col:nth-of-type(2) .card .server-config-list li span:last-child {
        color: #1565c0; }
      .server-list .server-col .card .card-footer {
        background: transparent;
        border: 0; }

header {
  position: relative; }
  header .logo {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 410px;
    transition: 0.3s all ease-in-out;
    cursor: pointer; }
    header .logo img {
      width: 100%; }
    header .logo:hover {
      filter: brightness(115%); }

/*# sourceMappingURL=app.css.map */
