body{
    box-sizing: border-box;
    margin: 0;
    background: radial-gradient(circle at top left, rgba(49, 200, 251, 0.63), transparent 60%),
    radial-gradient(circle at bottom right, rgba(49, 200, 251, 0.53), transparent 60%),
    rgba(0, 0, 0, 0.91);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-family : "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    padding: 0;

}


h1{
    text-align: center;
    background: linear-gradient(45deg, rgb(17, 190, 255), rgba(255, 255, 255, 0.76)) padding-box text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
}


h2{
    text-align: center;
    background: linear-gradient(45deg, rgb(17, 190, 255), rgba(255, 255, 255, 0.76)) padding-box text;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
}

h3{

    background: linear-gradient(45deg, rgb(17, 190, 255), rgba(255, 255, 255, 0.76)) padding-box text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1rem;
}

a{
    text-decoration: none;
    color: white;

}


header{
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    padding-bottom: 2rem ;
    border-bottom: 1px solid #31c8fb;

}

.context-subtitle{
    text-align: center;
    color: rgba(255, 255, 255, 0.66);
    font-size: 1.2rem;
}

.header-info{
    max-width: 900px;
    margin: 0 auto;
}

.connection-secured{
    margin: 2rem auto;
    padding: 0 1rem;
    border-radius: 1rem;
    border: 0.2rem solid #31c8fb;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.1);



}

.secured-point{
    padding: 0.4rem;
    background-color: greenyellow;
    border-radius: 1rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.77);

}

.secured-container{
    display: flex;
    gap: 1rem;
    align-items: center;

}

.transparent{
    text-align: center;
    color: rgba(255, 255, 255, 0.66);
    font-size: 1rem;
}

.links-container{
    display: flex;
    justify-content: center;
    gap: 3rem;


}

.link-wrapper{
    width: 100%;
    max-width: 350px;
    margin-top: 2rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    border: 0.1rem solid #31c8fb;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: background-color ease-in-out 0.3s;
}

.link-wrapper:hover{
    background-color: rgba(51, 194, 248, 0.26);
}
.official-links{
}

.link-status{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.verified-status{
    display: flex;
    align-items: center;
    gap: 0.5rem;


}

.online-status{
    display: flex;
    align-items: center;
    gap: 0.5rem;

}

.link-number{
    margin-left: auto;
    padding: 0.4rem 0.5rem;
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.1);
    width: fit-content;
    color: rgba(255, 255, 255, 0.78);
    border: 0.1rem solid #31c8fb;

}

.link-content a{
    max-width: 350px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);

}

.green-status{
    color: #c9ffae;
}

.link-gif{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.link-gif img{
    border: 0.1rem solid #31c8fb;
    width: 400px;
}

.features-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem auto;
}

.feature-wrapper{
    max-width: 500px;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    border: 0.1rem solid #31c8fb;
    transition: background-color ease-in-out 0.3s;


}

.feature-wrapper:hover{
    background-color: rgba(51, 194, 248, 0.26);
}

.features{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.torzon-security-notice{
    background-color: rgba(255, 70, 53, 0.64);

    padding: 1rem;
    margin: 2rem auto;
    width: 100%;
    border-radius: 1rem;
    text-align: center;
    max-width: 1330px;
    font-weight: bold;
}

.interface-wrapper{
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
}

.interface-content{
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.1);
    max-width: 300px;
    max-height: 200px;
    text-align: center;
    border: 0.1rem solid #31c8fb;
    border-radius: 1rem;
}

.interface-image img{
    width: 100%;
    max-height: 170px;
}

footer{
    background-color: rgba(0, 0, 0, 0.2);

}
.footer-container{
    margin-top: 5rem;
    border-top: 1px solid #31c8fb;
    display: flex;
}

.footer-header h3{
    font-size: 1.2rem;
}


.footer-wrapper{
    display: flex;
    gap: 20rem;
    margin: 2rem auto;
    align-items: start;
}

.footer-content{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-lic{
    text-align: center;
    padding-bottom: 2rem;
    color: rgba(255, 255, 255, 0.52);
}

@media(max-width:480px){
    .links-container{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-left: 6px;
    }
    .torzon-security-notice{
        font-size: 0.8rem;
        max-width: 380px;

    }
    .interface-wrapper{
        display: flex;
        flex-direction: column;
    }
    .footer-wrapper{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-left: 1rem;
    }
    .footer-lic{
        font-size: 0.7rem;
    }
}