body {
    background: black;
    color: white;
}

#main {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#x-logo {
    width: 100%;
    font-size: 325px;
    padding-top: 50%;
    padding-left: 30%;
}

.contents {
    align-items: center;
    color: white;
    padding-left: 5%;

}

.link-div {
    margin-top: 30px;
    margin-bottom: 15px;
}

#create-acc {
    margin-top: 15px;
}

#create-acc a {
    padding: 10px 92px;
    background: rgb(29, 155, 240);
    color: white;
    border-radius: 40px;
}

.contents a {
    text-decoration: none;
    font-size: 20px;
}

.links {
    margin-top: 30px;
    margin-bottom: 15px;
}

.link-div1 a {
    color: black;
    border-radius: 40px;
    background-color: white;
    padding: 10px 60px;
}

.link-div2 a {
    color: black;
    border-radius: 40px;
    background-color: white;
    padding: 10px 65px;

}

.contents h1 {
    margin-top: 40px;
    font-size: 65px;
    font-family: 'Archivo Black';

}

.contents h3 {
    font-family: Segoe UI;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0;
}

#parent-or {
    margin: 3px 0;
}

.sub-div {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding-right: 50%;
    padding-left: 3%;
}

.line-container {
    height: 1px;
    background: rgb(47, 51, 54);
    width: 100%;
    margin-top: 10px;
}

.or-text {
    padding: 0 10px;
}

.tnc {
    font-size: 11px;
    font-weight: 100;
    font-family: Helvetica;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 3px;
}

.tnc span{
    color: rgb(29, 155, 240);
}

#sec1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 550;
    font-size: 17px;
    margin-bottom: 30px;
}

.sign-in-btn {
    padding: 6px 123px;
    border-radius: 10px;
    background: black;
    color: rgb(29, 155, 240);
    border: 1px solid rgb(83, 100, 113);
    border-radius: 40px;    
    font-family: system-ui, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 10px;
    transition: background 0.2s;
}

.sign-in-btn:hover{
    /* background: rgba(47, 51, 54, 0.532); */
    background: rgba(47, 51, 54, 0.338);
}

#footer {
    margin-top: 9%;
    list-style: none;
    text-align: center;
}

#footer a {
    padding: 0 10px;
    font-size: 13px;
    font-family: system-ui,'Segoe UI', Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    color: rgb(113, 118, 123);
    font-weight: 400;
}

#footer span{
    font-size: 13px;
    padding-top: 2px;
    font-weight: 300;
    color: rgb(113, 118, 123);
}