.security-container{
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%),url(../assets/image/security_background.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.security-text-gradient-color{
    background: linear-gradient(to right, rgba(255, 225, 130, 1), rgba(255, 255, 255, 1));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: poppinsbold;
}

.security-link-button{
    color: #f0d87f;
    border: 1px solid #f0d87f;
    border-radius: 15px;
    width: 110px;
    text-align: center;
    margin-top: 20px;
}
