* {
    /*Reset's every elements apperance*/
    background: none repeat scroll 0 0 transparent;
    border: none;
    border-spacing: 0;
    color: #ffffff;
    font-family: FlureContent;
    font-size: 16px;
    font-weight: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
}

@font-face {
    font-family: 'FlureTitles';
    src: url(fonts/titles.otf)
}

@font-face {
    font-family: 'FlureContent';
    src: url(fonts/content.otf)
}

html {
    background-image: linear-gradient(0deg, #B52678, #3C3E81);
    background-repeat: no-repeat;
    height: 100%;
}

.container hr {
    width: 250px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
    margin: auto;
}

.container {
    width: 100%;
    height: 100%;
    margin-top: 40px;
    text-align: center;
}

.align {
    width: 100%;
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#feature {
    font-size: 15px;
}

.container .align img#logo {
    height: 70px;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
}

h1 {
    text-align: center;
    font-size: 2rem;
    top: 0%;
    color: white;
    font-family: FlureTitles;
}

p a {
    font-family: FlureTitles;
    text-decoration: underline;
    cursor: pointer;
    line-height: 0;
}

p {
    text-align: center;
    margin: 10px;
    font-size: 20px;
    color: white;
    font-family: flureContent;
}

a {
    position: relative;
    height: 12px;
    text-align: center;
    line-height: 100px;
}

a#discord {
    text-wrap: nowrap;
    font-family: FlureTitles;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 7px;
    line-height: 0px;
    margin: 5px;
    color: white;
    background-color: transparent;
    border: 2px solid #5865F2;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
}
  
  a#discord:disabled {
    pointer-events: none;
  }
  
  a#discord:hover {
    color: #fff;
    background-color: #5865F2;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
  }
  
  a#discord:active {
    box-shadow: none;
    transform: translateY(0);
  }

a#discord img {
    margin-right: 5px;
    height: 15px;
}


a#roblox {
    text-wrap: nowrap;
    font-family: FlureTitles;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 7px;
    line-height: 0px;
    margin: 5px;
    color: white;
    background-color: transparent;
    border: 2px solid #cf0909;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
}
  
  a#roblox:disabled {
    pointer-events: none;
  }
  
  a#roblox:hover {
    color: #fff;
    background-color: #cf0909;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
  }
  
  a#roblox:active {
    box-shadow: none;
    transform: translateY(0);
  }

a#roblox img {
    margin-right: 5px;
    height: 15px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.btn-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}