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

html {
    background-image: linear-gradient(180deg, #4BC958, #1D5022);
    background-repeat: no-repeat;
    height: 100%;
}

.container hr {
    width: 250px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: black;
    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%);
}

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

h1 {
    font-weight: 1000;
    margin-top: 20px;
    text-align: center;
    font-size: 2rem;
    top: 0%;
}

p {
    text-align: center;
    margin: 10px;
    font-size: 20px;
}

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

a#discord {
    text-wrap: nowrap;
    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;
    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;
}