* {
    margin: 0;
}

body {
    background-color: #151519;
    background-image: url(https://lolcdn.darkintaqt.com/s/community-g2cb.webp);
    background-position: center;
    background-size: cover;
    float: left;
    min-height: calc(100vh);
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin: 0
}

.connect {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    min-height: calc(100vh);
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.connect>div {
    width: 400px;
    height: 570px;
    border-radius: 8px;
    box-shadow: 0 0 10px -5px black;
    background-color: #1c1c20;
}

.connect>div>h1 {
    font-size: 1.6rem;
    color: white;
    text-align: center;
    margin: 20px 0 0;
    width: 100%;
    float: left;
}

.connect>div>h2 {
    font-size: 1rem;
    color: white;
    text-align: center;
    margin: 10px 0;
    width: 100%;
    float: left;
}

.connect>div>a {
    float: left;
    margin: 10px 10%;
    box-sizing: border-box;
    background-color: #d1363a;
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    width: 80%;
    padding: 20px;
    text-align: center;
    display: block;
}

.link-centered a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
}

.connect>div>.centered {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.connect>div>img,
.connect>div>.centered>img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    float: left;
    box-sizing: border-box;
    border: 4px solid #0cbdf7;
    margin: 5px calc(50% - 50px);
}

.connect>div>.centered>img {
    margin: 0;
}

.connect>div>.centered>i {
    font-size: 2rem;
    color: white
}

.connect>div>.bubbles {
    float: left;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.connect>div>.bubbles>span {
    height: 10px;
    width: 10px;
    margin: 5px 0;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
}

.input {
    width: 80%;
    margin: 0 10%;
    float: left;
    display: flex;
    justify-content: space-around;
}

.connect>div>.input>a {
    text-align: center;
    color: white;
    font-weight: 1rem;
}

.connect>div>.input>input {
    width: 80%;
    float: left;
    background-color: #242428;
    color: white;
    margin: 10px 0;
    padding: 20px;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    font-size: 1rem;
    box-sizing: border-box;
}

.connect>div>.input>button {
    background-color: #242428;
    border: 2px solid transparent;
    font-size: 1rem;
    cursor: pointer;
    box-sizing: border-box;
    color: white;
    border-radius: 8px;
    margin: 10px 0;
    padding: 20px;
}

.connect>div>.buttonPrimary,
.connect>div>a.button {
    width: 70%;
    cursor: pointer;
    float: left;
    margin: 1px 15%;
    border: none;
    padding: 10px 20px;
    box-sizing: border-box;
    color: white;
    background-color: #0cbdf7;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.connect>div>a.button {
    background-color: #242428;
    font-size: .8rem;
    margin: 5px 15%;
    font-weight: normal;
}

.connect>div>.input>input:focus {
    border: 2px solid #0cbdf7;
}

.connect>div>p {
    color: white;
    font-size: .8rem;
    float: left;
    width: 80%;
    margin: 20px 10% 0;
}

.connect>div>p>img {
    height: 50px;
    width: 50px;
    border: none;
    margin: 5px calc(50% - 25px);
}

.start_serverselector__msy8q {
    display: flex;
    flex-wrap: wrap;
    float: left;
    justify-content: space-between;
    margin: 20px 10% 0;
    width: 80%;
}

.start_region__sQEwb {
    background: #151519;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 #151519;
    color: #bbb;
    cursor: pointer;
    margin: 3px 3px;
    font-size: 1rem;
    padding: 5px;
    text-align: center;
    width: 40px;
}

.start_region__sQEwb.start_selected__eAUyB {
    background-color: #0cbdf7;
    box-shadow: 0 0 8px 0 #0cbdf7;
    color: white;
}

.check {
    padding: 20px;
    float: left;
    border: 3px solid green;
    border-radius: 50%;
    margin: 20px 0;
}

.centerElements {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.check>i {
    font-size: 3rem;
    color: green
}