body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height:100vh;
    margin: 0;
    padding: 0;
}

.generate-secret-main {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 20px;
}

.vector {
    width: 95%;
    height: 2px;
    background-color: #EAEAEB;
}

.generate-secret {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}